Class TypeResource

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
com.appiancorp.suiteapi.type.TypeResource
All Implemented Interfaces:
Serializable, Cloneable, Map

public class TypeResource extends HashMap
HashMap that validates 'K' keys. Used for type resources Keys have to be strings and value can be any POJO
See Also:
  • Constructor Details

    • TypeResource

      public TypeResource()
  • Method Details