static class PropertiesJavaDefinitionPrinter.TypedJavaDefinition extends Object
Constructor and Description |
---|
TypedJavaDefinition(PropertyType<?> propertyType,
String resultClassName) |
TypedJavaDefinition(PropertyType<?> propertyType,
String resultClassName,
String comment) |
Modifier and Type | Method and Description |
---|---|
boolean |
canValidateTo(String value) |
boolean |
equals(Object obj) |
String |
getComment() |
PropertyType<?> |
getPropertyType() |
String |
getResultClassName() |
boolean |
hasComment() |
int |
hashCode() |
public TypedJavaDefinition(PropertyType<?> propertyType, String resultClassName)
public TypedJavaDefinition(PropertyType<?> propertyType, String resultClassName, String comment)
public PropertyType<?> getPropertyType()
public String getResultClassName()
public String getComment()
public boolean hasComment()
public boolean canValidateTo(String value)