Uses of Class
dev.vality.bouncer.ctx.ContextFragment
| Package | Description |
|---|---|
| dev.vality.bouncer.ctx | |
| dev.vality.bouncer.decisions |
-
Uses of ContextFragment in dev.vality.bouncer.ctx
Methods in dev.vality.bouncer.ctx that return ContextFragment Modifier and Type Method Description ContextFragmentContextFragment. deepCopy()ContextFragmentContextFragment. setContent(byte[] content)ContextFragmentContextFragment. setContent(ByteBuffer content)ContextFragmentContextFragment. setType(ContextFragmentType type)Methods in dev.vality.bouncer.ctx with parameters of type ContextFragment Modifier and Type Method Description intContextFragment. compareTo(ContextFragment other)booleanContextFragment. equals(ContextFragment that)Constructors in dev.vality.bouncer.ctx with parameters of type ContextFragment Constructor Description ContextFragment(ContextFragment other)Performs a deep copy on other. -
Uses of ContextFragment in dev.vality.bouncer.decisions
Fields in dev.vality.bouncer.decisions with type parameters of type ContextFragment Modifier and Type Field Description Map<String,ContextFragment>Context. fragmentsMethods in dev.vality.bouncer.decisions that return types with arguments of type ContextFragment Modifier and Type Method Description Map<String,ContextFragment>Context. getFragments()Methods in dev.vality.bouncer.decisions with parameters of type ContextFragment Modifier and Type Method Description voidContext. putToFragments(String key, ContextFragment val)Method parameters in dev.vality.bouncer.decisions with type arguments of type ContextFragment Modifier and Type Method Description ContextContext. setFragments(Map<String,ContextFragment> fragments)Constructor parameters in dev.vality.bouncer.decisions with type arguments of type ContextFragment Constructor Description Context(Map<String,ContextFragment> fragments)