|
||||||||||
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
public class SetReflector
Exposes the information found in a Set
.
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 |
Constructor Summary | |
---|---|
SetReflector()
|
Method Summary | |
---|---|
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.GrowableContainerReflector |
---|
add |
Methods inherited from interface net.sf.morph.reflect.ContainerReflector |
---|
getContainedType, getIterator |
Methods inherited from interface net.sf.morph.reflect.Reflector |
---|
getReflectableClasses, getWrapper |
Methods inherited from interface net.sf.morph.reflect.InstantiatingReflector |
---|
newInstance |
Methods inherited from interface net.sf.morph.reflect.SizableReflector |
---|
getSize |
Constructor Detail |
---|
public SetReflector()
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 CollectionReflector
java.lang.Exception
public java.lang.Class[] getReflectableClassesImpl()
BaseReflector
Reflector.getReflectableClasses()
.
getReflectableClassesImpl
in class CollectionReflector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |