A C D E F G H N O R T W 
All Classes All Packages

A

areEqual(ConversionKey, ConversionKey) - Static method in interface org.hglteam.conversion.api.ConversionKey
 
argument(Object) - Method in class org.hglteam.conversion.api.context.ConversionContext
 

C

ContextualConversionBuilder<T> - Class in org.hglteam.conversion.api.context
 
ContextualConversionBuilder(Converter, Class<? extends T>) - Constructor for class org.hglteam.conversion.api.context.ContextualConversionBuilder
 
ContextualConversionBuilder(Converter, Type) - Constructor for class org.hglteam.conversion.api.context.ContextualConversionBuilder
 
ConversionContext - Class in org.hglteam.conversion.api.context
 
ConversionContext() - Constructor for class org.hglteam.conversion.api.context.ConversionContext
 
ConversionKey - Interface in org.hglteam.conversion.api
 
ConversionMap - Interface in org.hglteam.conversion.api
 
ConversionMap.DuplicatedConversionKeyException - Exception in org.hglteam.conversion.api
 
ConversionMap.NoCompatibleKeyFoundException - Exception in org.hglteam.conversion.api
 
convert(ConversionContext, S) - Method in class org.hglteam.conversion.api.GenericTypeConverter
 
convert(ConversionContext, S) - Method in interface org.hglteam.conversion.api.TypeConverter
 
convert(S) - Method in class org.hglteam.conversion.api.context.ContextualConversionBuilder
 
convert(S, Class<? extends T>) - Method in interface org.hglteam.conversion.api.Converter
 
convert(S, Type) - Method in interface org.hglteam.conversion.api.Converter
 
convert(S, Type, Type) - Method in interface org.hglteam.conversion.api.Converter
 
convert(S, ConversionContext) - Method in interface org.hglteam.conversion.api.Converter
 
convert(S, ConversionKey) - Method in interface org.hglteam.conversion.api.Converter
 
Converter - Interface in org.hglteam.conversion.api
 
convertTo(Class<? extends T>) - Method in interface org.hglteam.conversion.api.Converter
 
convertTo(Type) - Method in interface org.hglteam.conversion.api.Converter
 
convertTo(Type, Type) - Method in interface org.hglteam.conversion.api.Converter
 
convertTo(ConversionContext) - Method in interface org.hglteam.conversion.api.Converter
 
convertTo(ConversionKey) - Method in interface org.hglteam.conversion.api.Converter
 

D

DateFormatMap - Interface in org.hglteam.conversion.api.datetime
 
DateFormatter - Interface in org.hglteam.conversion.api.datetime
 
DateFormatter.DateFormattingException - Exception in org.hglteam.conversion.api.datetime
 
DateFormattingException(String, String, Locale) - Constructor for exception org.hglteam.conversion.api.datetime.DateFormatter.DateFormattingException
 
DateFormattingException(Throwable, String, String, Locale) - Constructor for exception org.hglteam.conversion.api.datetime.DateFormatter.DateFormattingException
 
DefaultConversionKey - Class in org.hglteam.conversion.api
 
DefaultConversionKey() - Constructor for class org.hglteam.conversion.api.DefaultConversionKey
 
descriptor() - Method in class org.hglteam.conversion.api.TypeDescriptor
 
DuplicatedConversionKeyException(ConversionKey) - Constructor for exception org.hglteam.conversion.api.ConversionMap.DuplicatedConversionKeyException
 

E

equals(Object) - Method in class org.hglteam.conversion.api.DefaultConversionKey
 
equals(Object) - Method in class org.hglteam.conversion.api.GenericConversionKey
 
ExplicitTypeConverter<TS,​TD> - Interface in org.hglteam.conversion.api
 

F

forKey(ConversionKey) - Static method in exception org.hglteam.conversion.api.ConversionMap.NoCompatibleKeyFoundException
 
format(String) - Method in interface org.hglteam.conversion.api.datetime.DateFormatter
 
format(String, Locale) - Method in interface org.hglteam.conversion.api.datetime.DateFormatter
 
format(TemporalAccessor, String) - Method in interface org.hglteam.conversion.api.datetime.DateFormatter
 
format(TemporalAccessor, String, Locale) - Method in interface org.hglteam.conversion.api.datetime.DateFormatter
 
format(Date, String) - Method in interface org.hglteam.conversion.api.datetime.DateFormatter
 
format(Date, String, Locale) - Method in interface org.hglteam.conversion.api.datetime.DateFormatter
 
formatTemporal(String) - Method in interface org.hglteam.conversion.api.datetime.DateFormatter
 
formatTemporal(String, Locale) - Method in interface org.hglteam.conversion.api.datetime.DateFormatter
 

G

GenericConversionKey<TS,​TD> - Class in org.hglteam.conversion.api
 
GenericConversionKey() - Constructor for class org.hglteam.conversion.api.GenericConversionKey
 
GenericTypeConverter<S,​T> - Class in org.hglteam.conversion.api
 
GenericTypeConverter(BiFunction<ConversionContext, S, T>) - Constructor for class org.hglteam.conversion.api.GenericTypeConverter
 
GenericTypeConverter(Function<S, T>) - Constructor for class org.hglteam.conversion.api.GenericTypeConverter
 
getArgument(Object) - Method in class org.hglteam.conversion.api.context.ConversionContext
 
getAvailableConversions() - Method in interface org.hglteam.conversion.api.ConversionMap
 
getConversionKey() - Method in interface org.hglteam.conversion.api.ExplicitTypeConverter
 
getLocale() - Method in exception org.hglteam.conversion.api.datetime.DateFormatter.DateFormattingException
 
getPattern() - Method in exception org.hglteam.conversion.api.datetime.DateFormatter.DateFormattingException
 
getSource() - Method in interface org.hglteam.conversion.api.ConversionKey
 
getTarget() - Method in interface org.hglteam.conversion.api.ConversionKey
 
getType() - Method in class org.hglteam.conversion.api.TypeDescriptor
 
getValue() - Method in exception org.hglteam.conversion.api.datetime.DateFormatter.DateFormattingException
 

H

hashCode() - Method in class org.hglteam.conversion.api.DefaultConversionKey
 
hashCode() - Method in class org.hglteam.conversion.api.GenericConversionKey
 

N

NoCompatibleKeyFoundException(ConversionKey) - Constructor for exception org.hglteam.conversion.api.ConversionMap.NoCompatibleKeyFoundException
 

O

org.hglteam.conversion.api - package org.hglteam.conversion.api
 
org.hglteam.conversion.api.context - package org.hglteam.conversion.api.context
 
org.hglteam.conversion.api.datetime - package org.hglteam.conversion.api.datetime
 

R

register(String, Locale) - Method in interface org.hglteam.conversion.api.datetime.DateFormatMap
 
register(ConversionKey, TypeConverter<?, ?>) - Method in interface org.hglteam.conversion.api.ConversionMap
 
register(TypeConverter<?, ?>) - Method in interface org.hglteam.conversion.api.ConversionMap
 
registerLegacy(String, Locale) - Method in interface org.hglteam.conversion.api.datetime.DateFormatMap
 
resolve(ConversionKey) - Method in interface org.hglteam.conversion.api.ConversionMap
 
resolveFormatter(String, Locale) - Method in interface org.hglteam.conversion.api.datetime.DateFormatMap
 
resolveLegacyFormatter(String, Locale) - Method in interface org.hglteam.conversion.api.datetime.DateFormatMap
 

T

toDate(String, String) - Method in interface org.hglteam.conversion.api.datetime.DateFormatter
 
toDate(String, String, Locale) - Method in interface org.hglteam.conversion.api.datetime.DateFormatter
 
toTemporal(BiFunction<String, DateTimeFormatter, T>, String) - Method in interface org.hglteam.conversion.api.datetime.DateFormatter
 
toTemporal(BiFunction<String, DateTimeFormatter, T>, String, String) - Method in interface org.hglteam.conversion.api.datetime.DateFormatter
 
toTemporal(BiFunction<String, DateTimeFormatter, T>, String, String, Locale) - Method in interface org.hglteam.conversion.api.datetime.DateFormatter
 
toTemporal(BiFunction<String, DateTimeFormatter, T>, String, Locale) - Method in interface org.hglteam.conversion.api.datetime.DateFormatter
 
TypeConverter<S,​T> - Interface in org.hglteam.conversion.api
 
TypeDescriptor<T> - Class in org.hglteam.conversion.api
 
TypeDescriptor() - Constructor for class org.hglteam.conversion.api.TypeDescriptor
 

W

withArg(Object, Object) - Method in class org.hglteam.conversion.api.context.ContextualConversionBuilder
 
withArgs(Map<Object, Object>) - Method in class org.hglteam.conversion.api.context.ContextualConversionBuilder
 
withContext(Class<? extends T>) - Method in interface org.hglteam.conversion.api.Converter
 
withContext(Type) - Method in interface org.hglteam.conversion.api.Converter
 
withContext(TypeDescriptor<T>) - Method in interface org.hglteam.conversion.api.Converter
 
withConvertionKey(ConversionKey) - Method in class org.hglteam.conversion.api.context.ContextualConversionBuilder
 
withSourceType(Type) - Method in class org.hglteam.conversion.api.context.ContextualConversionBuilder
 
withTargetType(Type) - Method in class org.hglteam.conversion.api.context.ContextualConversionBuilder
 
A C D E F G H N O R T W 
All Classes All Packages