类的使用
cc.carm.lib.configuration.builder.value.SourceValueBuilder
使用SourceValueBuilder的程序包
-
cc.carm.lib.configuration.builder.value中SourceValueBuilder的使用
修饰符和类型方法说明<S> @NotNull SourceValueBuilder<S,V> <S> @NotNull SourceValueBuilder<S,V> ConfigValueBuilder.from(@NotNull ValueType<S> sourceType, @NotNull ValueHandler<S, V> valueParser, @NotNull ValueHandler<V, S> valueSerializer) <S> @NotNull SourceValueBuilder<S,V> @NotNull SourceValueBuilder<String,V> ConfigValueBuilder.fromString()protected @NotNull SourceValueBuilder<S,V> SourceValueBuilder.self() -
cc.carm.lib.configuration.value.standard中SourceValueBuilder的使用
修饰符和类型方法说明static <V> SourceValueBuilder<V,V> Create a new value builder with the specifiedConfigurationHolder.registeredValues()type.static <V> SourceValueBuilder<V,V> Create a new value builder with the specifiedConfigurationHolder.registeredValues()type.