Serialized Form
-
Package com.foreach.across.modules.entity.bind
-
Class com.foreach.across.modules.entity.bind.EntityPropertiesBinder
-
Serialized Fields
-
binderPrefix
String binderPrefix
Prefix when the map is being used for data binding. If set and an exception occurs when setting a property value, it will be rethrown as aConversionNotSupportedException
withPropertyChangeEvent
information. The binder prefix would usually be the name of a property where thisEntityPropertiesBinder
is available on theDataBinder
target. When using -
bindingContextMapper
com.foreach.across.modules.entity.bind.EntityPropertiesBinder.EntityPropertiesBinderAsBindingContext bindingContextMapper
-
bindingEnabled
boolean bindingEnabled
-
cache
EntityPropertiesBinderCache cache
Optionally set aEntityPropertiesBinderCache
that dealt out this instance. If a cache is set, properties will be inspected for optimized bulk fetching and will be fetched for all items in the cache. -
conversionService
org.springframework.core.convert.ConversionService conversionService
Optionally set aConversionService
that should be used to convert the input value to the required field type. It noConversionService
is set, the actual value must match the expected field type or aClassCastException
will occur. If aConversionService
is set, type conversion will be attempted and exceptions will only be thrown if conversion failes. -
dirty
boolean dirty
Have any property binders had their values updated? -
entity
Object entity
-
parentProperty
EntityPropertyDescriptor parentProperty
-
propertyRegistry
EntityPropertyRegistry propertyRegistry
-
proxyBinders
Map<String,
com.foreach.across.modules.entity.bind.EntityPropertyBinderHolder> proxyBinders -
target
Object target
-
templateValueResolver
@NonNull EntityPropertyTemplateValueResolver templateValueResolver
The resolver that should be used for determining template values of properties: list item and map entry templates. -
valueBindingContext
com.foreach.across.modules.entity.bind.EntityPropertiesBinder.EntityPropertiesBinderValueBindingContext valueBindingContext
This is the internal binding context that should be used for applying the actual values. Note that this is different from the value ofEntityPropertiesBinder.asBindingContext()
. The latter is meant to be used outside the binder for value retrieval, thevalueBindingContext
is only for internal use within the binder when applying the actual values.
-
-
-
-
Package com.foreach.across.modules.entity.query
-
Exception com.foreach.across.modules.entity.query.EntityQueryParsingException
class EntityQueryParsingException extends RuntimeException implements Serializable -
Exception com.foreach.across.modules.entity.query.EntityQueryParsingException.ExpressionUnbalanced
class ExpressionUnbalanced extends EntityQueryParsingException implements Serializable -
Exception com.foreach.across.modules.entity.query.EntityQueryParsingException.IllegalField
class IllegalField extends EntityQueryParsingException implements Serializable -
Exception com.foreach.across.modules.entity.query.EntityQueryParsingException.IllegalFunction
class IllegalFunction extends EntityQueryParsingException implements Serializable -
Exception com.foreach.across.modules.entity.query.EntityQueryParsingException.IllegalIsValue
class IllegalIsValue extends EntityQueryParsingException implements Serializable -
Exception com.foreach.across.modules.entity.query.EntityQueryParsingException.IllegalKeyword
class IllegalKeyword extends EntityQueryParsingException implements Serializable -
Exception com.foreach.across.modules.entity.query.EntityQueryParsingException.IllegalOperator
class IllegalOperator extends EntityQueryParsingException implements Serializable -
Exception com.foreach.across.modules.entity.query.EntityQueryParsingException.IllegalOrderDirection
class IllegalOrderDirection extends EntityQueryParsingException.ExpressionUnbalanced implements Serializable -
Exception com.foreach.across.modules.entity.query.EntityQueryParsingException.IllegalToken
class IllegalToken extends EntityQueryParsingException implements Serializable -
Exception com.foreach.across.modules.entity.query.EntityQueryParsingException.IllegalValue
class IllegalValue extends EntityQueryParsingException implements Serializable -
Exception com.foreach.across.modules.entity.query.EntityQueryParsingException.MissingField
class MissingField extends EntityQueryParsingException.ExpressionUnbalanced implements Serializable -
Exception com.foreach.across.modules.entity.query.EntityQueryParsingException.MissingKeyword
class MissingKeyword extends EntityQueryParsingException.ExpressionUnbalanced implements Serializable -
Exception com.foreach.across.modules.entity.query.EntityQueryParsingException.MissingOperator
class MissingOperator extends EntityQueryParsingException.ExpressionUnbalanced implements Serializable -
Exception com.foreach.across.modules.entity.query.EntityQueryParsingException.MissingOrderDirection
class MissingOrderDirection extends EntityQueryParsingException.ExpressionUnbalanced implements Serializable -
Exception com.foreach.across.modules.entity.query.EntityQueryParsingException.MissingToken
class MissingToken extends EntityQueryParsingException.ExpressionUnbalanced implements Serializable -
Exception com.foreach.across.modules.entity.query.EntityQueryParsingException.MissingValue
class MissingValue extends EntityQueryParsingException.ExpressionUnbalanced implements Serializable
-
-
Package com.foreach.across.modules.entity.registry.properties
-
Package com.foreach.across.modules.entity.views.processors.support
-
Class com.foreach.across.modules.entity.views.processors.support.ViewElementBuilderMap
class ViewElementBuilderMap extends LinkedHashMap<String,com.foreach.across.modules.web.ui.ViewElementBuilder<?>> implements Serializable
-
-
Package com.foreach.across.modules.entity.views.util
-
Class com.foreach.across.modules.entity.views.util.SynchronizedFormat
class SynchronizedFormat extends Format implements Serializable-
Serialized Fields
-
format
Format format
-
-
-