public class PropertyMetadataImpl extends Object implements PropertyMetadata
Constructor and Description |
---|
PropertyMetadataImpl(TypeMapper typeMapper,
Method readMethod,
Method writeMethod,
String propertyName,
boolean key,
boolean nullable) |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName() |
Method |
getReadMethod() |
TypeMapper |
getTypeMapper() |
Method |
getWriteMethod() |
boolean |
isKey() |
boolean |
isNullable() |
String |
toString() |
public PropertyMetadataImpl(TypeMapper typeMapper, Method readMethod, Method writeMethod, String propertyName, boolean key, boolean nullable)
public TypeMapper getTypeMapper()
getTypeMapper
in interface PropertyMetadata
public boolean isKey()
isKey
in interface PropertyMetadata
public boolean isNullable()
isNullable
in interface PropertyMetadata
public Method getReadMethod()
getReadMethod
in interface PropertyMetadata
public Method getWriteMethod()
getWriteMethod
in interface PropertyMetadata
public String getPropertyName()
getPropertyName
in interface PropertyMetadata
Copyright © 2015. All rights reserved.