Core
Table of Contents
Interfaces
- PropertyValueSetterInterface
- Provides a way to *extract* the value of a property.
Classes
- AbstractPropertyNameExtractor
- Provides a default implementation used to *extract* the name of a property.
- AbstractPropertyValueExtractor
- Provides a default implementation used to *extract* the value of a property.
- DefaultColumnName
- Provides the column name of an unconfigured property.
- DefaultLabelFormat
- Provides the label format of an unconfigured property.
- InvalidInputTypeCastToStringException
- Exception thrown if an invalid input type is cast to string.
- PropertyTypeNotDeclared
- Explicitly describes the scenario when the type of a propery is not decalred.
- RouteNotRegistered
- Represents the scenario when a handler is not associated with a given route.
- RouteParamMap
- Contains route parameters
- RouteParamNotExists
- Represents the scenario when a route param does not exist.
- SizeNotConfigured
- Represents the scenario when the size of an entity is not configured.
- ValidatorWithNoErrorMessageException
- An exception thrown if a validator does not have an error message configured.
Enums
- ColumnConfig
- Use to configure column name of record.
- Formats
- Contains formattable strings.
- LabelFormatConfig
- Use to configure formatting of form field labels.
- DefaultErrorMessages
- Contains default validation error messages.
Constants
- ROUTE_PARAM_PATTERN = "/\\{([[:alpha:]]+)\\}/"
Constants
ROUTE_PARAM_PATTERN
public
mixed
ROUTE_PARAM_PATTERN
= "/\\{([[:alpha:]]+)\\}/"