JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
F
G
H
I
J
L
M
N
P
R
S
U
A
afterPropertiesSet()
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
afterPropertiesSet()
- Method in class net.sf.juffrou.xml.
JuffrouXmlSpring
B
BEAN_ELEMENT_NODENAME
- Static variable in class net.sf.juffrou.xml.internal.config.
JuffrouSpringConfigReader
C
convertIfNecessary(Object, Class<T>)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
convertIfNecessary(Object, Class<T>, MethodParameter)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
D
DEFAULT_ENCODING
- Static variable in class net.sf.juffrou.xml.
JuffrouMarshaller
F
findCustomEditor(Class<?>, String)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
G
getAutoGrowCollectionLimit()
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
getConversionService()
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
getDefaultEditor(Class<?>)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
Retrieve the default editor for the given property type, if any.
getJuffrouXml()
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
getMappingLocations()
- Method in class net.sf.juffrou.xml.
JuffrouXmlSpring
getPropertyDescriptor(String)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
getPropertyDescriptors()
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
getPropertyType(String)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
getPropertyTypeDescriptor(String)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
getPropertyValue(String)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
getWrappedClass()
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
getWrappedInstance()
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
H
hasCustomEditorForElement(Class<?>, String)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
Determine whether this registry contains a custom editor for the specified array/collection element.
I
isAutoGrowNestedPaths()
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
isExtractOldValueForEditor()
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
isReadableProperty(String)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
isSharedEditor(PropertyEditor)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
Check whether the given editor instance is a shared editor, that is, whether the given editor instance might be used concurrently.
isWritableProperty(String)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
J
JuffrouMarshaller
- Class in
net.sf.juffrou.xml
JuffrouMarshaller()
- Constructor for class net.sf.juffrou.xml.
JuffrouMarshaller
JuffrouPropertyDescriptor
- Class in
net.sf.juffrou.reflect
Spring framework's property descriptor for Juffrou BeanWrapper's properties
JuffrouPropertyDescriptor(Class<?>, BeanFieldHandler)
- Constructor for class net.sf.juffrou.reflect.
JuffrouPropertyDescriptor
JuffrouSpringBeanWrapper
- Class in
net.sf.juffrou.reflect
Spring framework's BeanWrapper implementation using JuffrouBeanWrapper
JuffrouSpringBeanWrapper(BeanWrapperContext, JuffrouBeanWrapper, String)
- Constructor for class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
JuffrouSpringBeanWrapper(BeanWrapperContext, Object)
- Constructor for class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
JuffrouSpringBeanWrapper(BeanWrapperContext)
- Constructor for class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
JuffrouSpringBeanWrapper(Class<?>)
- Constructor for class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
JuffrouSpringBeanWrapper(Object)
- Constructor for class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
JuffrouSpringConfigReader
- Class in
net.sf.juffrou.xml.internal.config
JuffrouSpringConfigReader(ApplicationContext)
- Constructor for class net.sf.juffrou.xml.internal.config.
JuffrouSpringConfigReader
JuffrouXmlSpring
- Class in
net.sf.juffrou.xml
JuffrouXmlSpring()
- Constructor for class net.sf.juffrou.xml.
JuffrouXmlSpring
L
logger
- Variable in class net.sf.juffrou.xml.
JuffrouMarshaller
M
marshalDomNode(Object, Node)
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
marshalOutputStream(Object, OutputStream)
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
marshalSaxHandlers(Object, ContentHandler, LexicalHandler)
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
marshalWriter(Object, Writer)
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
marshalXmlEventWriter(Object, XMLEventWriter)
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
marshalXmlStreamWriter(Object, XMLStreamWriter)
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
N
net.sf.juffrou.reflect
- package net.sf.juffrou.reflect
net.sf.juffrou.xml
- package net.sf.juffrou.xml
net.sf.juffrou.xml.internal.config
- package net.sf.juffrou.xml.internal.config
P
processSerializer(JuffrouBeanMetadata, Node)
- Method in class net.sf.juffrou.xml.internal.config.
JuffrouSpringConfigReader
R
registerCustomEditor(Class<?>, PropertyEditor)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
registerCustomEditor(Class<?>, String, PropertyEditor)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
S
setApplicationContext(ApplicationContext)
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
setApplicationContext(ApplicationContext)
- Method in class net.sf.juffrou.xml.
JuffrouXmlSpring
setAutoGrowCollectionLimit(int)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
setAutoGrowNestedPaths(boolean)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
setBean(Object)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
setConversionService(ConversionService)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
setExtractOldValueForEditor(boolean)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
setJuffrouXml(JuffrouXml)
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
setMappingLocation(Resource)
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
Set the locations of the Juffrou XML Mapping files.
setMappingLocations(Resource[])
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
Set the locations of the Juffrou XML Mapping files.
setMappingLocations(Resource[])
- Method in class net.sf.juffrou.xml.
JuffrouXmlSpring
setPropertyValue(String, Object)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
setPropertyValue(PropertyValue)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
setPropertyValues(Map<?, ?>)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
setPropertyValues(PropertyValues)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
setPropertyValues(PropertyValues, boolean)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
setPropertyValues(PropertyValues, boolean, boolean)
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
supports(Class<?>)
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
U
unmarshalDomNode(Node)
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
unmarshalInputStream(InputStream)
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
unmarshalReader(Reader)
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
unmarshalSaxReader(XMLReader, InputSource)
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
unmarshalXmlEventReader(XMLEventReader)
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
unmarshalXmlStreamReader(XMLStreamReader)
- Method in class net.sf.juffrou.xml.
JuffrouMarshaller
useConfigValueEditors()
- Method in class net.sf.juffrou.reflect.
JuffrouSpringBeanWrapper
Activate config value editors which are only intended for configuration purposes, such as
StringArrayPropertyEditor
.
A
B
C
D
F
G
H
I
J
L
M
N
P
R
S
U
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2011–2020
Juffrou
. All rights reserved.