|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.morph.reflect.reflectors.BaseReflector net.sf.morph.reflect.reflectors.BaseContainerReflector net.sf.morph.reflect.reflectors.CollectionReflector net.sf.morph.reflect.reflectors.SetReflector net.sf.morph.reflect.reflectors.SortedSetReflector
public class SortedSetReflector
Exposes the information found in a SortedSet
.
Field Summary |
---|
Fields inherited from class net.sf.morph.reflect.reflectors.BaseReflector |
---|
log |
Fields inherited from interface net.sf.morph.reflect.SizableReflector |
---|
IMPLICIT_PROPERTY_SIZE |
Fields inherited from interface net.sf.morph.reflect.BeanReflector |
---|
IMPLICIT_PROPERTY_CLASS, IMPLICIT_PROPERTY_PROPERTY_NAMES, IMPLICIT_PROPERTY_THIS |
Fields inherited from interface net.sf.morph.reflect.SizableReflector |
---|
IMPLICIT_PROPERTY_SIZE |
Constructor Summary | |
---|---|
SortedSetReflector()
|
Method Summary | |
---|---|
protected java.lang.Object |
getImpl(java.lang.Object container,
int index)
Implementation of IndexedContainerReflector.get(Object, int) . |
java.lang.Class[] |
getReflectableClassesImpl()
Implementation of Reflector.getReflectableClasses() . |
protected java.lang.Object |
newInstanceImpl(java.lang.Class interfaceClass,
java.lang.Object parameters)
Implementation of InstantiatingReflector.newInstance(Class, Object) . |
Methods inherited from class net.sf.morph.reflect.reflectors.CollectionReflector |
---|
addImpl, getCollection, getContainedTypeImpl, getIteratorImpl, getSizeImpl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sf.morph.reflect.IndexedContainerReflector |
---|
get |
Methods inherited from interface net.sf.morph.reflect.ContainerReflector |
---|
getContainedType, getIterator |
Methods inherited from interface net.sf.morph.reflect.SizableReflector |
---|
getSize |
Methods inherited from interface net.sf.morph.reflect.BeanReflector |
---|
get, getPropertyNames, getType, isReadable, isWriteable, set |
Methods inherited from interface net.sf.morph.reflect.SizableReflector |
---|
getSize |
Methods inherited from interface net.sf.morph.reflect.GrowableContainerReflector |
---|
add |
Methods inherited from interface net.sf.morph.reflect.InstantiatingReflector |
---|
newInstance |
Constructor Detail |
---|
public SortedSetReflector()
Method Detail |
---|
protected java.lang.Object newInstanceImpl(java.lang.Class interfaceClass, java.lang.Object parameters) throws java.lang.Exception
BaseReflector
InstantiatingReflector.newInstance(Class, Object)
.
Default implementation returns a new instance of the given class by
calling Class#newInstance())
.
newInstanceImpl
in class SetReflector
java.lang.Exception
public java.lang.Class[] getReflectableClassesImpl()
BaseReflector
Reflector.getReflectableClasses()
.
getReflectableClassesImpl
in class SetReflector
protected java.lang.Object getImpl(java.lang.Object container, int index) throws java.lang.Exception
BaseReflector
IndexedContainerReflector.get(Object, int)
.
getImpl
in class BaseReflector
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |