|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NestedFieldInformation | |
|---|---|
| pl.bristleback.server.bristle.binding | |
| pl.bristleback.server.bristle.binding.resolvers | |
| Uses of NestedFieldInformation in pl.bristleback.server.bristle.binding |
|---|
| Methods in pl.bristleback.server.bristle.binding that return NestedFieldInformation | |
|---|---|
NestedFieldInformation |
NestedFieldInformation.addChild(java.lang.String childName)
Creates and returns a child of this field information. |
static NestedFieldInformation |
NestedFieldInformation.createRoot(java.lang.Class rootClass,
java.lang.String rootName)
Creates a root field information element with filled basic information. |
NestedFieldInformation |
NestedFieldInformation.getChild(java.lang.String childName)
|
NestedFieldInformation |
NestedFieldInformation.getElementFieldInformation()
|
NestedFieldInformation |
NestedFieldInformation.getRoot()
|
NestedFieldInformation |
ObjectBinder.getRootBean()
|
| Methods in pl.bristleback.server.bristle.binding that return types with arguments of type NestedFieldInformation | |
|---|---|
java.util.Map<java.lang.String,NestedFieldInformation> |
NestedFieldInformation.getChildren()
|
java.util.Collection<NestedFieldInformation> |
NestedFieldInformation.getChildrenList()
|
| Methods in pl.bristleback.server.bristle.binding with parameters of type NestedFieldInformation | |
|---|---|
void |
BindingErrorsResolver.checkAndAddNotNullViolationErrors(BindingResult<?> bindingResult,
NestedFieldInformation fieldInformation)
Checks whether given field or its children are required and adds a not null violation error for each required field found. |
void |
NestedFieldInformation.setElementFieldInformation(NestedFieldInformation elementFieldInformation)
|
void |
NestedFieldInformation.setRoot(NestedFieldInformation root)
|
void |
ObjectBinder.setRootBean(NestedFieldInformation rootBean)
|
| Uses of NestedFieldInformation in pl.bristleback.server.bristle.binding.resolvers |
|---|
| Methods in pl.bristleback.server.bristle.binding.resolvers with parameters of type NestedFieldInformation | ||
|---|---|---|
|
DefaultBindingEngine.bind(T object,
org.jwebsocket.token.Token token,
NestedFieldInformation rootInformation)
|
|
|
BindingEngine.bind(T object,
org.jwebsocket.token.Token token,
NestedFieldInformation beanInformation)
Performs binding operation, processing fields from token into object of given type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||