public class ReflectionConfig
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReflectionConfig.ReflectionConfigBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ReflectionConfig.ReflectionConfigBuilder |
builder() |
boolean |
equals(java.lang.Object o) |
java.util.List<Method> |
getMethods() |
java.lang.String |
getName() |
int |
hashCode() |
boolean |
isAllDeclaredConstructors() |
boolean |
isAllDeclaredFields() |
boolean |
isAllDeclaredMethods() |
boolean |
isAllPublicConstructors() |
boolean |
isAllPublicFields() |
boolean |
isAllPublicMethods() |
java.lang.String |
toString() |
static void |
withConstructors(ReflectionConfig.ReflectionConfigBuilder builder) |
public static ReflectionConfig.ReflectionConfigBuilder builder()
public java.lang.String getName()
public boolean isAllDeclaredConstructors()
public boolean isAllPublicConstructors()
public boolean isAllDeclaredMethods()
public boolean isAllPublicMethods()
public boolean isAllPublicFields()
public boolean isAllDeclaredFields()
public java.util.List<Method> getMethods()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static void withConstructors(ReflectionConfig.ReflectionConfigBuilder builder)