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) |
getParentBuilder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParentBuilder
public 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 RestrictionBuilder
public RestrictionBuilder setMessage(String message)
setMessage
in class RestrictionBuilder
public void setFetchType(FetchType value)
public FetchType getFetchType()
public MetaBeanBuilder buildMetaBean(String name, Class<?> classType)
buildMetaBean
in interface GenericBuilder
public MetaBeanBuilder buildMetaBean(String name, EnumerationType enumProperty, String temporalProperty, Class<?> classType)
buildMetaBean
in interface GenericBuilder
public MetaBeanBuilder buildMetaBean(String name, Type type)
buildMetaBean
in interface GenericBuilder
public MetaBeanBuilder buildMetaBean(String name, ScopeType scope, Class<?> classType)
buildMetaBean
in interface GenericBuilder
public MetaBeanBuilder buildMetaBean(String name, ScopeType scope, Type type)
buildMetaBean
in interface GenericBuilder
public MetaBeanBuilder buildMetaBean(String name, ScopeType scope, EnumerationType enumProperty, String temporalProperty, Class<?> classType, Type type)
buildMetaBean
in interface GenericBuilder
Copyright © 2018 Brandao. All rights reserved.