A configurable builder for ValidatorInterface objects.
@author Bernhard Schussek <bschussek@gmail.com>
Expanded class hierarchy of ValidatorBuilderInterface
All classes that implement ValidatorBuilderInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ValidatorBuilderInterface:: |
public | function | Enables constraint mapping using the given static method. | 1 |
ValidatorBuilderInterface:: |
public | function | Enables constraint mapping using the given static methods. | 1 |
ValidatorBuilderInterface:: |
public | function | Adds an object initializer to the validator. | 1 |
ValidatorBuilderInterface:: |
public | function | Adds a list of object initializers to the validator. | 1 |
ValidatorBuilderInterface:: |
public | function | Adds an XML constraint mapping file to the validator. | 1 |
ValidatorBuilderInterface:: |
public | function | Adds a list of XML constraint mapping files to the validator. | 1 |
ValidatorBuilderInterface:: |
public | function | Adds a YAML constraint mapping file to the validator. | 1 |
ValidatorBuilderInterface:: |
public | function | Adds a list of YAML constraint mappings file to the validator. | 1 |
ValidatorBuilderInterface:: |
public | function | Disables annotation based constraint mapping. | 1 |
ValidatorBuilderInterface:: |
public | function | Enables annotation based constraint mapping. | 1 |
ValidatorBuilderInterface:: |
public | function | Builds and returns a new validator object. | 1 |
ValidatorBuilderInterface:: |
public | function | Sets the constraint validator factory used by the validator. | 1 |
ValidatorBuilderInterface:: |
public | function | Sets the cache for caching class metadata. | 1 |
ValidatorBuilderInterface:: |
public | function | Sets the class metadata factory used by the validator. | 1 |
ValidatorBuilderInterface:: |
public | function | Sets the default translation domain of violation messages. | 1 |
ValidatorBuilderInterface:: |
public | function | Sets the translator used for translating violation messages. | 1 |