- info(String, Object...) - Method in class name.pehl.piriti.rebind.Logger
-
- interfaceToImplementation - Static variable in class name.pehl.piriti.rebind.type.TypeUtils
-
- InvalidPropertyException - Exception in name.pehl.piriti.rebind.property
-
- InvalidPropertyException(TypeContext, JType, String, String) - Constructor for exception name.pehl.piriti.rebind.property.InvalidPropertyException
-
- isAccessibleField() - Method in class name.pehl.piriti.rebind.property.PropertyContext
-
- isBoolean(JType) - Static method in class name.pehl.piriti.rebind.type.TypeUtils
-
Returns true if the type is boolean or Boolean, false otherwise.
- isByte(JType) - Static method in class name.pehl.piriti.rebind.type.TypeUtils
-
Returns true if the type is byte or Byte, false otherwise.
- isCallableGetter() - Method in class name.pehl.piriti.rebind.property.PropertyContext
-
- isCallableSetter() - Method in class name.pehl.piriti.rebind.property.PropertyContext
-
- isCharacter(JType) - Static method in class name.pehl.piriti.rebind.type.TypeUtils
-
Returns true if the type is char or Caharacter, false otherwise.
- isCollection(JType) - Static method in class name.pehl.piriti.rebind.type.TypeUtils
-
Return true if the collection is
Collection
List
ArrayList
LinkedList
Set
HashSet
LinkedHashSet
SortedSet
TreeSet
false otherwise,
- isDate(JType) - Static method in class name.pehl.piriti.rebind.type.TypeUtils
-
Returns true if the type is Date, false otherwise.
- isDefaultInstantiable(JType) - Static method in class name.pehl.piriti.rebind.type.TypeUtils
-
- isDouble(JType) - Static method in class name.pehl.piriti.rebind.type.TypeUtils
-
Returns true if the type is double or Double, false otherwise.
- isFloat(JType) - Static method in class name.pehl.piriti.rebind.type.TypeUtils
-
Returns true if the type is float or Float, false otherwise.
- isGwtType(JType) - Static method in class name.pehl.piriti.rebind.type.TypeUtils
-
- isInteger(JType) - Static method in class name.pehl.piriti.rebind.type.TypeUtils
-
Returns true if the type is int or Integer, false otherwise.
- isJavaType(JType) - Static method in class name.pehl.piriti.rebind.type.TypeUtils
-
- isJson() - Method in class name.pehl.piriti.rebind.type.TypeContext
-
- isJsonPath() - Method in class name.pehl.piriti.rebind.property.PropertyContext
-
- isLong(JType) - Static method in class name.pehl.piriti.rebind.type.TypeUtils
-
Returns true if the type is long or Long, false otherwise.
- isMap(JType) - Static method in class name.pehl.piriti.rebind.type.TypeUtils
-
Return true if the map is
Map
HashMap
SortedMap
TreeMap
false otherwise.
- isNative() - Method in class name.pehl.piriti.rebind.property.PropertyContext
-
- isNative() - Method in interface name.pehl.piriti.rebind.property.PropertySource
-
- isNumeric(JType) - Static method in class name.pehl.piriti.rebind.type.TypeUtils
-
Returns true if the type is
byte or Byte
short or Short
int or Integer
long or Long
float or Float
double or Double
false otherwise.
- isReader() - Method in class name.pehl.piriti.rebind.type.TypeContext
-
- isShort(JType) - Static method in class name.pehl.piriti.rebind.type.TypeUtils
-
Returns true if the type is short or Short, false otherwise.
- isString(JType) - Static method in class name.pehl.piriti.rebind.type.TypeUtils
-
Returns true if the type is String, false otherwise.
- isWriter() - Method in class name.pehl.piriti.rebind.type.TypeContext
-
- isXml() - Method in class name.pehl.piriti.rebind.type.TypeContext
-
- isXpath() - Method in class name.pehl.piriti.rebind.property.PropertyContext
-
Return true if the path contains #PATH_SYMBOLS,
false otherwise.