protected static class CustomConversions.ConverterRegistrationIntent extends Object
ConverterRegistration
and its origin
to allow fine
grained registration based on store supported types.Modifier and Type | Class and Description |
---|---|
protected static class |
CustomConversions.ConverterRegistrationIntent.ConverterOrigin |
Modifier and Type | Method and Description |
---|---|
org.springframework.data.convert.CustomConversions.ConverterRegistration |
getConverterRegistration() |
boolean |
isDefaultConverter() |
boolean |
isReading() |
boolean |
isSimpleSourceType() |
boolean |
isSimpleTargetType() |
boolean |
isStoreConverter() |
boolean |
isUserConverter() |
boolean |
isWriting() |
public boolean isWriting()
public boolean isReading()
public boolean isSimpleSourceType()
public boolean isSimpleTargetType()
public boolean isUserConverter()
public boolean isStoreConverter()
public boolean isDefaultConverter()
public org.springframework.data.convert.CustomConversions.ConverterRegistration getConverterRegistration()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.