|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.objectify.impl.TypeUtils.MethodMetadata
public static class TypeUtils.MethodMetadata
Simple container that groups the names associated with @AlsoLoad methods.
Field Summary | |
---|---|
java.lang.reflect.Method |
method
|
java.util.Set<java.lang.String> |
names
|
Constructor Summary | |
---|---|
TypeUtils.MethodMetadata(java.lang.reflect.Method meth)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Set<java.lang.String> names
public java.lang.reflect.Method method
Constructor Detail |
---|
public TypeUtils.MethodMetadata(java.lang.reflect.Method meth)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |