Uses of Interface
com.blazebit.persistence.parser.util.TypeConverter
Packages that use TypeConverter
-
Uses of TypeConverter in com.blazebit.persistence.parser.util
Subinterfaces of TypeConverter in com.blazebit.persistence.parser.utilModifier and TypeInterfaceDescriptioninterfaceA special type converter that supports rendering a type value through a literal function.Classes in com.blazebit.persistence.parser.util that implement TypeConverterModifier and TypeClassDescriptionclassclassclassclassclassclassclassFields in com.blazebit.persistence.parser.util declared as TypeConverterModifier and TypeFieldDescriptionstatic final TypeConverter<BigDecimal>TypeUtils.BIG_DECIMAL_CONVERTERstatic final TypeConverter<BigInteger>TypeUtils.BIG_INTEGER_CONVERTERstatic final TypeConverter<Boolean>TypeUtils.BOOLEAN_CONVERTERstatic final TypeConverter<Byte>TypeUtils.BYTE_CONVERTERstatic final TypeConverter<Calendar>TypeUtils.CALENDAR_CONVERTERstatic final TypeConverter<Character>TypeUtils.CHARACTER_CONVERTERstatic final TypeConverter<Date>TypeUtils.DATE_AS_DATE_CONVERTERstatic final TypeConverter<Date>TypeUtils.DATE_AS_TIME_CONVERTERstatic final TypeConverter<Date>TypeUtils.DATE_CONVERTERstatic final TypeConverter<Date>TypeUtils.DATE_TIMESTAMP_CONVERTERstatic final TypeConverter<Double>TypeUtils.DOUBLE_CONVERTERstatic final TypeConverter<Enum<?>>TypeUtils.ENUM_CONVERTERstatic final TypeConverter<Float>TypeUtils.FLOAT_CONVERTERstatic final TypeConverter<?>InstantTypeConverter.INSTANCEstatic final TypeConverter<?>LocalDateTimeTypeConverter.INSTANCEstatic final TypeConverter<?>LocalDateTypeConverter.INSTANCEstatic final TypeConverter<?>LocalTimeTypeConverter.INSTANCEstatic final TypeConverter<?>OffsetDateTimeTypeConverter.INSTANCEstatic final TypeConverter<?>OffsetTimeTypeConverter.INSTANCEstatic final TypeConverter<?>ZonedDateTimeTypeConverter.INSTANCEstatic final TypeConverter<Integer>TypeUtils.INTEGER_CONVERTERstatic final TypeConverter<Long>TypeUtils.LONG_CONVERTERstatic final TypeConverter<Short>TypeUtils.SHORT_CONVERTERstatic final TypeConverter<String>TypeUtils.STRING_CONVERTERstatic final TypeConverter<Time>TypeUtils.TIME_CONVERTERstatic final TypeConverter<Timestamp>TypeUtils.TIMESTAMP_CONVERTERMethods in com.blazebit.persistence.parser.util that return TypeConverterModifier and TypeMethodDescriptionstatic <T> TypeConverter<T>TypeUtils.getConverter(Class<T> targetType, Set<String> supportedEnumTypes) Methods in com.blazebit.persistence.parser.util with parameters of type TypeConverterModifier and TypeMethodDescriptionstatic booleanTypeUtils.isTemporalConverter(TypeConverter<?> c) Method parameters in com.blazebit.persistence.parser.util with type arguments of type TypeConverterModifier and TypeMethodDescriptionvoidTypeConverterContributor.registerTypeConverters(Map<Class<?>, TypeConverter<?>> converters) Registers the converters into the given map of converters.