public interface ReflectType
| Modifier and Type | Method and Description |
|---|---|
ReflectPropertyAccessStrategy |
getAccessStrategy() |
List<ReflectProperty> |
getDeclaredProperties() |
ReflectPropertyDefaultValueStrategy |
getDefaultValueStrategy() |
String |
getName() |
List<ReflectProperty> |
getProperties() |
boolean |
hasNoArgsConstructor() |
boolean |
hasSessionConstructor() |
Object |
newInstance() |
Object |
newInstance(net.thevpc.nuts.NutsSession session) |
ReflectPropertyAccessStrategy getAccessStrategy()
ReflectPropertyDefaultValueStrategy getDefaultValueStrategy()
List<ReflectProperty> getDeclaredProperties()
String getName()
List<ReflectProperty> getProperties()
boolean hasNoArgsConstructor()
boolean hasSessionConstructor()
Object newInstance()
Object newInstance(net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.