public class Introspections extends Object
| Constructor and Description |
|---|
Introspections() |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDTO |
findPropertyByName(Iterable<PropertyDTO> properties,
String name) |
static Map<String,PropertyDTO> |
getPropertyMap(Iterable<PropertyDTO> properties)
Returns a map indexed by property name
|
public static Map<String,PropertyDTO> getPropertyMap(Iterable<PropertyDTO> properties)
public static PropertyDTO findPropertyByName(Iterable<PropertyDTO> properties, String name)
Copyright © 2014. All Rights Reserved.