Uses of Class
io.fabric8.mockwebserver.crud.AttributeSet
-
Packages that use AttributeSet Package Description io.fabric8.mockwebserver.crud -
-
Uses of AttributeSet in io.fabric8.mockwebserver.crud
Fields in io.fabric8.mockwebserver.crud with type parameters of type AttributeSet Modifier and Type Field Description protected Map<AttributeSet,String>CrudDispatcher. mapMethods in io.fabric8.mockwebserver.crud that return AttributeSet Modifier and Type Method Description AttributeSetAttributeSet. add(Attribute... attr)AttributeSetAttributeExtractor. fromPath(String path)AttributeSetAttributeExtractor. fromResource(String resource)static AttributeSetAttributeSet. map(Attribute... attributes)static AttributeSetAttributeSet. merge(AttributeSet... attributeSets)Methods in io.fabric8.mockwebserver.crud that return types with arguments of type AttributeSet Modifier and Type Method Description Map<AttributeSet,String>CrudDispatcher. getMap()Methods in io.fabric8.mockwebserver.crud with parameters of type AttributeSet Modifier and Type Method Description booleanAttributeSet. matches(AttributeSet candidate)matches if attributes in db has (or doesn't if WITHOUT command) a set of candidate attributes Also supports EXISTS and NOT_EXISTS operationsstatic AttributeSetAttributeSet. merge(AttributeSet... attributeSets)
-