|
|||||||||
| Home >> All >> com >> sun >> syndication >> feed >> [ impl overview ] | PREV NEXT | ||||||||
B
- BASIC_TYPES - Static variable in class com.sun.syndication.feed.impl.CloneableBean
- BASIC_TYPES - Static variable in class com.sun.syndication.feed.impl.CopyFromHelper
- BOOLEAN_GETTER - Static variable in class com.sun.syndication.feed.impl.BeanIntrospector
- BeanIntrospector - class com.sun.syndication.feed.impl.BeanIntrospector.
- Obtains all property descriptors from a bean (interface or implementation).
- BeanIntrospector() - Constructor for class com.sun.syndication.feed.impl.BeanIntrospector
- beanClone() - Method in class com.sun.syndication.feed.impl.CloneableBean
- Makes a deep bean clone of the object passed in the constructor.
- beanEquals(Object) - Method in class com.sun.syndication.feed.impl.EqualsBean
- Indicates whether some other object is "equal to" the object passed in the constructor, as defined by the Object equals() method.
- beanHashCode() - Method in class com.sun.syndication.feed.impl.EqualsBean
- Returns the hashcode for the object passed in the constructor.
C
- CONSTRUCTOR_BASIC_TYPES - Static variable in class com.sun.syndication.feed.impl.CloneableBean
- CloneableBean - class com.sun.syndication.feed.impl.CloneableBean.
- Provides deep Bean clonning support.
- CloneableBean() - Constructor for class com.sun.syndication.feed.impl.CloneableBean
- Default constructor.
- CloneableBean(Object) - Constructor for class com.sun.syndication.feed.impl.CloneableBean
- Creates a CloneableBean to be used in a delegation pattern.
- CloneableBean(Object, Set) - Constructor for class com.sun.syndication.feed.impl.CloneableBean
- Creates a CloneableBean to be used in a delegation pattern.
- CopyFromHelper - class com.sun.syndication.feed.impl.CopyFromHelper.
- CopyFromHelper(Class, Map, Map) - Constructor for class com.sun.syndication.feed.impl.CopyFromHelper
- clone() - Method in class com.sun.syndication.feed.impl.CloneableBean
- Makes a deep bean clone of the object.
- clone() - Method in class com.sun.syndication.feed.impl.ObjectBean
- Creates a deep 'bean' clone of the object.
- cloneArray(Object) - Method in class com.sun.syndication.feed.impl.CloneableBean
- cloneCollection(Collection) - Method in class com.sun.syndication.feed.impl.CloneableBean
- cloneMap(Map) - Method in class com.sun.syndication.feed.impl.CloneableBean
- com.sun.syndication.feed.impl - package com.sun.syndication.feed.impl
- copy(Object, Object) - Method in class com.sun.syndication.feed.impl.CopyFromHelper
- createInstance(Class) - Method in class com.sun.syndication.feed.impl.CopyFromHelper
D
- doClone(Object) - Method in class com.sun.syndication.feed.impl.CloneableBean
- doCopy(Object, Class) - Method in class com.sun.syndication.feed.impl.CopyFromHelper
- doCopyArray(Object, Class) - Method in class com.sun.syndication.feed.impl.CopyFromHelper
- doCopyCollection(Collection, Class) - Method in class com.sun.syndication.feed.impl.CopyFromHelper
- doCopyMap(Map, Class) - Method in class com.sun.syndication.feed.impl.CopyFromHelper
- doEquals(Object, Object) - Method in class com.sun.syndication.feed.impl.EqualsBean
E
- EqualsBean - class com.sun.syndication.feed.impl.EqualsBean.
- Provides deep Bean equals() and hashCode() functionality for Java Beans.
- EqualsBean(Class) - Constructor for class com.sun.syndication.feed.impl.EqualsBean
- Default constructor.
- EqualsBean(Class, Object) - Constructor for class com.sun.syndication.feed.impl.EqualsBean
- Creates a EqualsBean to be used in a delegation pattern.
- equals(Object) - Method in class com.sun.syndication.feed.impl.EqualsBean
- Indicates whether some other object is "equal to" this object as defined by the Object equals() method.
- equals(Object) - Method in class com.sun.syndication.feed.impl.ObjectBean
- Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
- equalsArray(Object, Object) - Method in class com.sun.syndication.feed.impl.EqualsBean
G
- GETTER - Static variable in class com.sun.syndication.feed.impl.BeanIntrospector
- getPDs(Class) - Static method in class com.sun.syndication.feed.impl.BeanIntrospector
- getPDs(Method[], boolean) - Static method in class com.sun.syndication.feed.impl.BeanIntrospector
- getPropertyDescriptors(Class) - Static method in class com.sun.syndication.feed.impl.BeanIntrospector
H
- hashCode() - Method in class com.sun.syndication.feed.impl.EqualsBean
- Returns the hashcode for this object.
- hashCode() - Method in class com.sun.syndication.feed.impl.ObjectBean
- Returns a hashcode value for the object.
I
- isBasicType(Class) - Method in class com.sun.syndication.feed.impl.CloneableBean
- isBasicType(Class) - Method in class com.sun.syndication.feed.impl.CopyFromHelper
M
- merge(Map, Map) - Static method in class com.sun.syndication.feed.impl.BeanIntrospector
N
- NO_PARAMS - Static variable in class com.sun.syndication.feed.impl.CloneableBean
- NO_PARAMS - Static variable in class com.sun.syndication.feed.impl.CopyFromHelper
- NO_PARAMS - Static variable in class com.sun.syndication.feed.impl.EqualsBean
- NO_PARAMS - Static variable in class com.sun.syndication.feed.impl.ToStringBean
- NO_PARAMS_DEF - Static variable in class com.sun.syndication.feed.impl.CloneableBean
O
- ObjectBean - class com.sun.syndication.feed.impl.ObjectBean.
- Convenience class providing clone(), toString(), equals() and hashCode() functionality for Java Beans.
- ObjectBean(Class, Object) - Constructor for class com.sun.syndication.feed.impl.ObjectBean
- Constructor.
- ObjectBean(Class, Object, Set) - Constructor for class com.sun.syndication.feed.impl.ObjectBean
- Constructor.
P
- PREFIX_TL - Static variable in class com.sun.syndication.feed.impl.ToStringBean
- printArrayProperty(StringBuffer, String, Object) - Method in class com.sun.syndication.feed.impl.ToStringBean
- printProperty(StringBuffer, String, Object) - Method in class com.sun.syndication.feed.impl.ToStringBean
S
- SETTER - Static variable in class com.sun.syndication.feed.impl.BeanIntrospector
T
- ToStringBean - class com.sun.syndication.feed.impl.ToStringBean.
- Provides deep Bean toString support.
- ToStringBean(Class) - Constructor for class com.sun.syndication.feed.impl.ToStringBean
- Default constructor.
- ToStringBean(Class, Object) - Constructor for class com.sun.syndication.feed.impl.ToStringBean
- Creates a ToStringBean to be used in a delegation pattern.
- toString() - Method in class com.sun.syndication.feed.impl.ObjectBean
- Returns the String representation for the object.
- toString() - Method in class com.sun.syndication.feed.impl.ToStringBean
- Returns the String representation of the bean given in the constructor.
- toString(String) - Method in class com.sun.syndication.feed.impl.ToStringBean
- Returns the String representation of the bean given in the constructor.
_
- _baseImplMap - Variable in class com.sun.syndication.feed.impl.CopyFromHelper
- _baseInterfaceMap - Variable in class com.sun.syndication.feed.impl.CopyFromHelper
- _beanClass - Variable in class com.sun.syndication.feed.impl.EqualsBean
- _beanClass - Variable in class com.sun.syndication.feed.impl.ToStringBean
- _beanInterfaceClass - Variable in class com.sun.syndication.feed.impl.CopyFromHelper
- _cloneableBean - Variable in class com.sun.syndication.feed.impl.ObjectBean
- _equalsBean - Variable in class com.sun.syndication.feed.impl.ObjectBean
- _ignoreProperties - Variable in class com.sun.syndication.feed.impl.CloneableBean
- _introspected - Static variable in class com.sun.syndication.feed.impl.BeanIntrospector
- _obj - Variable in class com.sun.syndication.feed.impl.CloneableBean
- _obj - Variable in class com.sun.syndication.feed.impl.EqualsBean
- _obj - Variable in class com.sun.syndication.feed.impl.ToStringBean
- _toStringBean - Variable in class com.sun.syndication.feed.impl.ObjectBean
B C D E G H I M N O P S T _
|
|||||||||
| Home >> All >> com >> sun >> syndication >> feed >> [ impl overview ] | PREV NEXT | ||||||||