Class ContentPropertyInfoTypeDescriptor
java.lang.Object
internal.org.springframework.content.commons.utils.ContentPropertyInfoTypeDescriptor
Creates
TypeDescriptors for ContentPropertyInfo class
that include information about generic parameter types
(in contrast to TypeDescriptor typeDescriptor = TypeDescriptor.forObject(contentPropertyInfo)).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.core.convert.TypeDescriptorwithGenerics(Class<?> entityClass, Class<?> contentIdClass) static org.springframework.core.convert.TypeDescriptorwithGenerics(Object entity, ContentProperty property)
-
Constructor Details
-
ContentPropertyInfoTypeDescriptor
public ContentPropertyInfoTypeDescriptor()
-
-
Method Details
-
withGenerics
public static org.springframework.core.convert.TypeDescriptor withGenerics(Object entity, ContentProperty property) -
withGenerics
-