Package com.querydsl.core.types.dsl
Interface PathBuilderValidator
- All Superinterfaces:
Serializable
PathBuilderValidator validates PathBuilder properties at creation time-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PathBuilderValidatorstatic final PathBuilderValidatorstatic final PathBuilderValidator -
Method Summary
-
Field Details
-
DEFAULT
-
FIELDS
-
PROPERTIES
-
-
Method Details
-
validate
Validates the given property of given class- Parameters:
parent- type of the parent objectproperty- property namepropertyType- property type- Returns:
- propertyType or subtype of it
-