public interface ReflectionSupplier
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getAccessibleFields(ReflectionContext context,
String className) |
Collection<MethodDescriptor> |
getAccessibleMethods(ReflectionContext context,
String className) |
Collection<String> getAccessibleFields(ReflectionContext context, String className)
Collection<MethodDescriptor> getAccessibleMethods(ReflectionContext context, String className)
Copyright © 2019. All rights reserved.