Interface PathBuilderValidator

All Superinterfaces:
Serializable

public interface PathBuilderValidator extends Serializable
PathBuilderValidator validates PathBuilder properties at creation time
  • Field Details

  • Method Details

    • validate

      Class<?> validate(Class<?> parent, String property, Class<?> propertyType)
      Validates the given property of given class
      Parameters:
      parent - type of the parent object
      property - property name
      propertyType - property type
      Returns:
      propertyType or subtype of it