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 © 2017 JBoss by Red Hat. All rights reserved.