A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractStructuredDateBindingEditor - Class in org.grails.databinding.converters
@author Jeff Brown
addBindingError(def, String, def, Exception, DataBindingListener, def) - Method in SimpleDataBinder
addElementToArrayAt(def, def, def) - Method in SimpleDataBinder
addElementToCollection(def, String, Class, def, boolean) - Method in SimpleDataBinder
addElementToCollectionAt(def, String, Collection, def, def) - Method in SimpleDataBinder
afterBinding(Object, Object) - Method in DataBindingListener
Called after data binding has finished.
afterBinding(Object, Object) - Method in DataBindingListenerAdapter
assemble(String, DataBindingSource) - Method in AbstractStructuredDateBindingEditor

B

BASIC_TYPES - Field in SimpleDataBinder
beforeBinding(Object, String, Object, Object) - Method in DataBindingListener
Called when data binding is about to imposed on a property
beforeBinding(Object, String, Object, Object) - Method in DataBindingListenerAdapter
bind(Object, DataBindingSource) - Method in DataBinder
@param obj The object being bound to
bind(def, DataBindingSource, String, List, List, DataBindingListener) - Method in SimpleDataBinder
@param obj The object being bound to
BindingError - Interface in grails.databinding.errors
Represents a problem which occurred during data binding.
bindingError(BindingError, Object) - Method in DataBindingListener
Called when an error occurs binding to a property
bindingError(BindingError, Object) - Method in DataBindingListenerAdapter
BindingFormat - Annotation Type in grails.databinding
Apply BindingFormat to a field to provide a format to be used when binding a String to this field.
BindingFormatASTTransformation - Class in org.grails.databinding.compiler
BindingHelper - Interface in grails.databinding
Classes which implement this interface may participate in the data binding process.
BindInitializer - Annotation Type in grails.databinding
This annotation may be applied to a a field to customize initialization of object properties in the data binding process.
bindProperty(def, DataBindingSource, MetaProperty, def, DataBindingListener, def) - Method in SimpleDataBinder
BindUsing - Annotation Type in grails.databinding
This annotation may be applied to a class or to a field to customize the data binding process.

C

canConvert(Object) - Method in ClosureValueConverter
canConvert(Class<?>, Class<?>) - Method in ConversionService
canConvert(Object) - Method in CurrencyValueConverter
canConvert(Object) - Method in DateConversionHelper
canConvert(def) - Method in TimeZoneConverter
canConvert(def) - Method in UUIDConverter
canConvert(Object) - Method in ValueConverter
clear() - Method in GPathResultMap
ClosureValueConverter - Class in org.grails.databinding
@author Jeff Brown
ClosureValueInitializer - Class in org.grails.databinding
code - Field in BindingFormat
@default ""
CollectionDataBindingSource - Interface in grails.databinding
@see DataBindingSource
containsKey(def) - Method in GPathResultMap
containsProperty(String) - Method in DataBindingSource
@param propertyName the name of a property
containsProperty(String) - Method in SimpleMapDataBindingSource
containsValue(def) - Method in GPathResultMap
conversionHelpers - Field in SimpleDataBinder
ConversionService - Interface in org.grails.databinding.converters
@author Jeff Brown
convert(def) - Method in ClosureValueConverter
convert(Object, Class<?>) - Method in ConversionService
convert(Object) - Method in CurrencyValueConverter
convert(def) - Method in DateConversionHelper
convert(def, String) - Method in FormattedDateValueConverter
convert(Object, String) - Method in FormattedValueConverter
Return a formatted value
convert(Class, def) - Method in SimpleDataBinder
convert(def) - Method in TimeZoneConverter
convert(def) - Method in UUIDConverter
convert(Object) - Method in ValueConverter
convertStringToEnum(Class<? extends Enum>, String) - Method in SimpleDataBinder
CurrencyValueConverter - Class in org.grails.databinding.converters
A ValueConverter for converting String to Currency.

D

DataBinder - Interface in grails.databinding
@author Jeff Brown
DataBindingListener - Interface in grails.databinding.events
A listener which will be notified of events generated during data binding.
DataBindingListenerAdapter - Class in grails.databinding.events
@author Jeff Brown
DataBindingSource - Interface in grails.databinding
A DataBindingSource is a lot like a Map but is read-only and is tailored to support data binding.
dataBindingSources - Field in GPathResultCollectionDataBindingSource
DateConversionHelper - Class in org.grails.databinding.converters
@author Jeff Brown
DEFAULT_DATE_FORMAT - Field in DataBinder
doBind(def, DataBindingSource, String, List, List, DataBindingListener, def) - Method in SimpleDataBinder

E

entrySet() - Method in GPathResultMap
error(SourceUnit, ASTNode, String) - Method in BindingFormatASTTransformation

F

FormattedDateValueConverter - Class in org.grails.databinding.converters
@author Jeff Brown
formattedValueConversionHelpers - Field in SimpleDataBinder
FormattedValueConverter - Interface in grails.databinding.converters
Classes which implement this interface may participate in the data binding process as formatted value converters.

G

get(def) - Method in GPathResultMap
getAt(String) - Method in DataBindingSource
Convencience operator overloading
getAt(String) - Method in SimpleMapDataBindingSource
getCause() - Method in BindingError
@return an exception thrown during the data binding process
getCause() - Method in SimpleBindingError
getConverter(Class, def) - Method in SimpleDataBinder
getDataBindingSources() - Method in CollectionDataBindingSource
getDataBindingSources() - Method in GPathResultCollectionDataBindingSource
getDate(Calendar) - Method in AbstractStructuredDateBindingEditor
getDate(Calendar) - Method in StructuredCalendarBindingEditor
getDate(Calendar) - Method in StructuredDateBindingEditor
getDate(Calendar) - Method in StructuredSqlDateBindingEditor
getDefaultCollectionInstanceForType(Class) - Method in SimpleDataBinder
getField(Class, String) - Method in SimpleDataBinder
getFormatString(Annotation) - Method in SimpleDataBinder
@param annotation An instance of grails.databinding.BindingFormat or org.grails.databinding.BindingFormat
getFormattedConverter(Field, String) - Method in SimpleDataBinder
Get a ValueConverter for field
getIdentifierValue() - Method in DataBindingSource
@return the identifier value for binding or null if no identifier is represented by this binding source
getIdentifierValue() - Method in SimpleMapDataBindingSource
getIndexedPropertyReferenceDescriptor(def) - Method in SimpleDataBinder
getObject() - Method in BindingError
@return the object that data binding was being imposed upon
getObject() - Method in SimpleBindingError
getOptionalFields() - Method in AbstractStructuredDateBindingEditor
getPropertyInitializer(def, String) - Method in SimpleDataBinder
getPropertyName() - Method in BindingError
@return the name of the property that the data binding error occurred on
getPropertyName() - Method in SimpleBindingError
getPropertyNameForNode(Node) - Method in GPathResultMap
getPropertyNameForNodeChild(NodeChild) - Method in GPathResultMap
getPropertyNames() - Method in DataBindingSource
@return the names of properties represented
getPropertyNames() - Method in SimpleMapDataBindingSource
getPropertyValue(def, String, DataBindingSource) - Method in AbstractStructuredDateBindingEditor
getPropertyValue(Object, String, DataBindingSource) - Method in BindingHelper
The value returned from this method will be bound to the property specified by propertyName.
getPropertyValue(String) - Method in DataBindingSource
@param propertyName the name of a property
getPropertyValue(String) - Method in SimpleMapDataBindingSource
getPropertyValue(Object, String, DataBindingSource) - Method in StructuredBindingEditor
The value returned from this method will be bound to the property specified by propertyName.
getReferencedTypeForCollection(String, Object) - Method in SimpleDataBinder
getReferencedTypeForCollectionInClass(String, Class) - Method in SimpleDataBinder
getRejectedValue() - Method in BindingError
@return The value which could not be bound to the property
getRejectedValue() - Method in SimpleBindingError
getRequiredFields() - Method in AbstractStructuredDateBindingEditor
getTargetType() - Method in ClosureValueConverter
getTargetType() - Method in CurrencyValueConverter
getTargetType() - Method in DateConversionHelper
getTargetType() - Method in FormattedDateValueConverter
getTargetType() - Method in FormattedValueConverter
@return the output type of this converter
getTargetType() - Method in TimeZoneConverter
getTargetType() - Method in TypedStructuredBindingEditor
@return the type that this editor is used for binding to
getTargetType() - Method in UUIDConverter
getTargetType() - Method in ValueConverter
getTargetType() - Method in ValueInitializer
getValueConverter(def, String) - Method in SimpleDataBinder
getValueConverterForClass(def, String) - Method in SimpleDataBinder
getValueConverterForField(def, String) - Method in SimpleDataBinder
getValueInitializerForField(def, String) - Method in SimpleDataBinder
getValueOfBindInitializer(Annotation) - Method in SimpleDataBinder
@param annotation An instance of grails.databinding.BindInitializer
getValueOfBindUsing(Annotation) - Method in SimpleDataBinder
@param annotation An instance of grails.databinding.BindingUsing or org.grails.databinding.BindingUsing
gpath - Field in GPathResultMap
GPathResultCollectionDataBindingSource - Class in org.grails.databinding.xml
GPathResultCollectionDataBindingSource(GPathResult) - Constructor in GPathResultCollectionDataBindingSource
GPathResultMap - Class in org.grails.databinding.xml
@author Jeff Brown
GPathResultMap(GPathResult) - Constructor in GPathResultMap

H

hasIdentifier() - Method in DataBindingSource
@return true if this binding source contains an identifier for binding
hasIdentifier() - Method in SimpleMapDataBindingSource

I

id - Field in GPathResultMap
IndexedPropertyReferenceDescriptor - Class in org.grails.databinding
@author Jeff Brown
initialize() - Method in ClosureValueInitializer
initialize() - Method in ValueInitializer
initializeArray(def, String, Class, int) - Method in SimpleDataBinder
initializeCollection(def, String, Class, boolean) - Method in SimpleDataBinder
initializeMap(def, String) - Method in SimpleDataBinder
initializeProperty(def, String, Class, DataBindingSource) - Method in SimpleDataBinder
isBasicType(Class) - Method in SimpleDataBinder
isDataSourceAware() - Method in DataBindingSource
@return true if GORM operations should be enabled when binding with this DataBindingSource
isEmpty() - Method in GPathResultMap
isOkToAddElementAt(Collection, int) - Method in SimpleDataBinder
isOkToBind(String, List, List) - Method in SimpleDataBinder

J

K

keySet() - Method in GPathResultMap

L

M

map - Field in SimpleMapDataBindingSource

N

O

P

preprocessValue(def) - Method in SimpleDataBinder
processIndexedProperty(def, MetaProperty, IndexedPropertyReferenceDescriptor, def, DataBindingSource, DataBindingListener, def) - Method in SimpleDataBinder
processProperty(def, MetaProperty, def, DataBindingSource, DataBindingListener, def) - Method in SimpleDataBinder
put(def, def) - Method in GPathResultMap
putAll(Map) - Method in GPathResultMap

Q

R

registerConverter(ValueConverter) - Method in SimpleDataBinder
registerFormattedValueConverter(FormattedValueConverter) - Method in SimpleDataBinder
registerStructuredEditor(Class, StructuredBindingEditor) - Method in SimpleDataBinder
remove(def) - Method in GPathResultMap

S

setDataSourceAware(boolean) - Method in DataBindingSource
@param isDataSourceAware true if GORM operations should be enabled when binding with this DataBindingSource
setPropertyValue(def, DataBindingSource, MetaProperty, def, DataBindingListener, boolean) - Method in SimpleDataBinder
SimpleBindingError - Class in org.grails.databinding.errors
@author Jeff Brown
SimpleBindingError(Object, String, Object, Throwable) - Constructor in SimpleBindingError
SimpleDataBinder - Class in grails.databinding
A data binder that will bind nested Maps to an object.
SimpleDataBinder() - Constructor in SimpleDataBinder
SimpleMapDataBindingSource - Class in grails.databinding
SimpleMapDataBindingSource(Map) - Constructor in SimpleMapDataBindingSource
size() - Method in DataBindingSource
@return the number of properties represented by this binding source
size() - Method in GPathResultMap
size() - Method in SimpleMapDataBindingSource
splitIndexedStruct(IndexedPropertyReferenceDescriptor, DataBindingSource) - Method in SimpleDataBinder
StructuredBindingEditor - Interface in grails.databinding
StructuredBindingEditors convert structured data in a Map into an object.
StructuredCalendarBindingEditor - Class in org.grails.databinding.converters
@author Jeff Brown
StructuredDateBindingEditor - Class in org.grails.databinding.converters
@author Jeff Brown
structuredEditors - Field in SimpleDataBinder
StructuredSqlDateBindingEditor - Class in org.grails.databinding.converters
@author Jeff Brown
supports(Class<?>) - Method in DataBindingListener
@return true if the listener is interested in events for the specified type.
supports(Class<?>) - Method in DataBindingListenerAdapter

T

TimeZoneConverter - Class in org.grails.databinding.converters
@since 2.3.6
toString() - Method in IndexedPropertyReferenceDescriptor
TypedStructuredBindingEditor - Interface in grails.databinding
@since 3.0

U

UUIDConverter - Class in org.grails.databinding.converters

V

value - Field in BindingFormat
@default ""
value - Field in BindInitializer
value - Field in BindUsing
ValueConverter - Interface in grails.databinding.converters
@author Jeff Brown
ValueInitializer - Interface in grails.databinding.initializers
values() - Method in GPathResultMap
visit(ASTNode, SourceUnit) - Method in BindingFormatASTTransformation

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _