public class Introspectior extends Object
Constructor and Description |
---|
Introspectior() |
Modifier and Type | Method and Description |
---|---|
static net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> |
getAllFields(Class<?> cls) |
static net.bytebuddy.description.field.FieldDescription |
getFieldDescription(Class<?> c,
String field) |
static net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> |
getFieldsDescription(Class<?> c) |
static net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> |
getFieldsWithAnnotation(Class<?> c,
Class<? extends Annotation> a) |
static net.bytebuddy.description.method.MethodDescription |
getMethodDescription(Class<?> c,
String method) |
static net.bytebuddy.description.type.TypeDescription.ForLoadedType |
getTypeDescription(Class<?> c) |
public static net.bytebuddy.description.type.TypeDescription.ForLoadedType getTypeDescription(Class<?> c)
public static net.bytebuddy.description.method.MethodDescription getMethodDescription(Class<?> c, String method)
public static net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> getFieldsDescription(Class<?> c)
public static net.bytebuddy.description.field.FieldDescription getFieldDescription(Class<?> c, String field)
public static net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> getFieldsWithAnnotation(Class<?> c, Class<? extends Annotation> a)
public static net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> getAllFields(Class<?> cls)
Copyright © 2014–2019 The Redisson Project. All rights reserved.