Package fr.skytasul.reflection
Interface ReflectionAccessor
- All Known Implementing Classes:
MappedReflectionAccessor,TransparentReflectionAccessor
public interface ReflectionAccessor
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanareSameParameters(@NotNull Type @NotNull [] types1, @NotNull Type @NotNull [] types2) @NotNull ReflectionAccessor.ClassAccessordefault Class<?> getClassInstance(@NotNull String name)
-
Method Details
-
getClass
@NotNull @NotNull ReflectionAccessor.ClassAccessor getClass(@NotNull @NotNull String name) throws ClassNotFoundException - Throws:
ClassNotFoundException
-
getClassInstance
- Throws:
ClassNotFoundException
-
areSameParameters
-