public class DefaultIntrospector extends java.lang.Object implements Introspector
Modifier and Type | Method and Description |
---|---|
static DefaultIntrospector |
getInstance() |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties(java.lang.Object bean)
Return the properties of the bean as property names mapped to property value Objects.
|
public static DefaultIntrospector getInstance()
public java.util.Map<java.lang.String,java.lang.Object> getProperties(java.lang.Object bean)
Introspector
getProperties
in interface Introspector
Copyright © 2003-2014 Atlassian. All Rights Reserved.