Uses of Interface
org.ocpsoft.rewrite.param.Converter
Packages that use Converter
Package
Description
-
Uses of Converter in org.ocpsoft.rewrite.config
Methods in org.ocpsoft.rewrite.config that return ConverterMethods in org.ocpsoft.rewrite.config with parameters of type ConverterModifier and TypeMethodDescriptionConfigurationRuleParameterBuilder.convertedBy(Converter<?> converter) ConfigurationRuleParameterMatches.convertedBy(Converter<?> converter) -
Uses of Converter in org.ocpsoft.rewrite.param
Methods in org.ocpsoft.rewrite.param that return ConverterModifier and TypeMethodDescriptionConverter<?>ImmutableParameter.getConverter()Converter<?>Parameter.getConverter()Converter<?>ParameterBuilder.getConverter()Methods in org.ocpsoft.rewrite.param with parameters of type ConverterModifier and TypeMethodDescriptionParameterBuilder.convertedBy(Converter<?> converter) ParameterConfiguration.convertedBy(Converter<?> converter) Set theConverterwith which thisParameterConfigurationvalue will be converted. -
Uses of Converter in org.ocpsoft.rewrite.spi
Methods in org.ocpsoft.rewrite.spi that return ConverterModifier and TypeMethodDescriptionConverter<?>ConverterProvider.getByConverterId(String id) Create aConverterby some unique ID.Converter<?>ConverterProvider.getByConverterType(Class<?> converterType) Create aConverterby a third party converter class.Converter<?>ConverterProvider.getByTargetType(Class<?> targetType) Create aConverterby a target type. -
Uses of Converter in org.ocpsoft.rewrite.util
Methods in org.ocpsoft.rewrite.util with parameters of type Converter