Package org.springframework.data.convert
Class CustomConversions.ConverterRegistrationIntent
java.lang.Object
org.springframework.data.convert.CustomConversions.ConverterRegistrationIntent
- Enclosing class:
- CustomConversions
Value class tying together a
CustomConversions.ConverterRegistration
and its origin
to allow fine
grained registration based on store supported types.- Since:
- 2.3
- Author:
- Christoph Strobl
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static enum
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Method Details
-
isWriting
public boolean isWriting() -
isReading
public boolean isReading() -
isSimpleSourceType
public boolean isSimpleSourceType() -
isSimpleTargetType
public boolean isSimpleTargetType() -
isUserConverter
public boolean isUserConverter() -
isStoreConverter
public boolean isStoreConverter() -
isDefaultConverter
public boolean isDefaultConverter() -
getConverterRegistration
public org.springframework.data.convert.CustomConversions.ConverterRegistration getConverterRegistration()
-