public class PropertyBuilder extends RestrictionBuilder implements GenericBuilder
| Constructor and Description |
|---|
PropertyBuilder(PropertyBean propertyBean,
BeanBuilder beanBuilder,
ValidatorFactory validatorFactory) |
PropertyBuilder(PropertyController propertyBean,
ControllerBuilder controllerBuilder,
ValidatorFactory validatorFactory) |
| Modifier and Type | Method and Description |
|---|---|
RestrictionBuilder |
addRestriction(RestrictionRules ruleId,
Object value) |
MetaBeanBuilder |
buildMetaBean(String name,
Class<?> classType) |
MetaBeanBuilder |
buildMetaBean(String name,
EnumerationType enumProperty,
String temporalProperty,
Class<?> classType) |
MetaBeanBuilder |
buildMetaBean(String name,
ScopeType scope,
Class<?> classType) |
MetaBeanBuilder |
buildMetaBean(String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
Class<?> classType,
Type type) |
MetaBeanBuilder |
buildMetaBean(String name,
ScopeType scope,
Type type) |
MetaBeanBuilder |
buildMetaBean(String name,
Type type) |
BeanBuilder |
getBeanBuilder() |
ControllerBuilder |
getControllerBuilder() |
FetchType |
getFetchType() |
void |
setFetchType(FetchType value) |
RestrictionBuilder |
setMessage(String message) |
getParentBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParentBuilderpublic PropertyBuilder(PropertyBean propertyBean, BeanBuilder beanBuilder, ValidatorFactory validatorFactory)
public PropertyBuilder(PropertyController propertyBean, ControllerBuilder controllerBuilder, ValidatorFactory validatorFactory)
public ControllerBuilder getControllerBuilder()
public BeanBuilder getBeanBuilder()
public RestrictionBuilder addRestriction(RestrictionRules ruleId, Object value)
addRestriction in class RestrictionBuilderpublic RestrictionBuilder setMessage(String message)
setMessage in class RestrictionBuilderpublic void setFetchType(FetchType value)
public FetchType getFetchType()
public MetaBeanBuilder buildMetaBean(String name, Class<?> classType)
buildMetaBean in interface GenericBuilderpublic MetaBeanBuilder buildMetaBean(String name, EnumerationType enumProperty, String temporalProperty, Class<?> classType)
buildMetaBean in interface GenericBuilderpublic MetaBeanBuilder buildMetaBean(String name, Type type)
buildMetaBean in interface GenericBuilderpublic MetaBeanBuilder buildMetaBean(String name, ScopeType scope, Class<?> classType)
buildMetaBean in interface GenericBuilderpublic MetaBeanBuilder buildMetaBean(String name, ScopeType scope, Type type)
buildMetaBean in interface GenericBuilderpublic MetaBeanBuilder buildMetaBean(String name, ScopeType scope, EnumerationType enumProperty, String temporalProperty, Class<?> classType, Type type)
buildMetaBean in interface GenericBuilderCopyright © 2026 Brandao. All rights reserved.