Package | Description |
---|---|
io.hawt.introspect |
Modifier and Type | Method and Description |
---|---|
static PropertyDTO |
Introspections.findPropertyByName(Iterable<PropertyDTO> properties,
String name) |
Modifier and Type | Method and Description |
---|---|
List<PropertyDTO> |
Introspector.findProperties(String className,
String filter)
Returns a list of properties available; supporting the navigation using dot of properties into
nested properties
|
List<PropertyDTO> |
IntrospectorMXBean.findProperties(String className,
String filter)
Returns a list of properties available; supporting the navigation using dot of properties into
nested properties
|
List<PropertyDTO> |
Introspector.getProperties(Class<?> aClass) |
List<PropertyDTO> |
Introspector.getProperties(String className)
Returns a list of properties for the given type name
|
List<PropertyDTO> |
IntrospectorMXBean.getProperties(String className)
Returns a list of properties for the given type name
|
static Map<String,PropertyDTO> |
Introspections.getPropertyMap(Iterable<PropertyDTO> properties)
Returns a map indexed by property name
|
Modifier and Type | Method and Description |
---|---|
static PropertyDTO |
Introspections.findPropertyByName(Iterable<PropertyDTO> properties,
String name) |
static Map<String,PropertyDTO> |
Introspections.getPropertyMap(Iterable<PropertyDTO> properties)
Returns a map indexed by property name
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.