Package net.ideahut.springboot.converter
Class Converter
java.lang.Object
net.ideahut.springboot.converter.Converter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.hibernate.type.TypeClass<?>getType()static booleanisByteArray(Converter converter) static booleanisCollection(Converter converter) static booleanstatic booleanprotected static voidprotected abstract booleanisSupported(Class<?> type) protected abstract ConverternewInstance(Class<?> type, Object... args) protected abstract Objectstatic Converterprotected abstract Object
-
Field Details
-
mapper
-
-
Constructor Details
-
Converter
protected Converter() -
Converter
-
-
Method Details
-
getType
-
getHibernateType
public abstract org.hibernate.type.Type getHibernateType() -
valueOf
-
isSupported
-
nullValue
-
newInstance
-
convert
-
of
-
isEqual
-
isEntity
-
isCollection
-
isByteArray
-
isEnum
-