public class MapBackedType extends Object implements CompositeType
Constructor and Description |
---|
MapBackedType() |
MapBackedType(String typeName) |
MapBackedType(String typeName,
Map<String,Type> fields) |
Modifier and Type | Method and Description |
---|---|
MapBackedType |
addField(String name,
Type type) |
Map<String,Type> |
getFields() |
String |
getName() |
boolean |
isAssignableValue(Object value)
Check if the value passed as parameter can be assigned to this type.
|
boolean |
isInstanceOf(Object o)
Definition of `instance of` accordingly to FEEL specifications Table 49.
|
public static final String TYPE_NAME
public MapBackedType()
public MapBackedType(String typeName)
public MapBackedType addField(String name, Type type)
public Map<String,Type> getFields()
getFields
in interface CompositeType
public boolean isInstanceOf(Object o)
Type
isInstanceOf
in interface Type
public boolean isAssignableValue(Object value)
Type
isAssignableValue
in interface Type
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.