Uses of Class
dev.vality.bouncer.ctx.ContextFragmentType
| Package | Description |
|---|---|
| dev.vality.bouncer.ctx |
-
Uses of ContextFragmentType in dev.vality.bouncer.ctx
Fields in dev.vality.bouncer.ctx declared as ContextFragmentType Modifier and Type Field Description ContextFragmentTypeContextFragment. typeMethods in dev.vality.bouncer.ctx that return ContextFragmentType Modifier and Type Method Description static ContextFragmentTypeContextFragmentType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ContextFragmentTypeContextFragment. getType()static ContextFragmentTypeContextFragmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContextFragmentType[]ContextFragmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.bouncer.ctx with parameters of type ContextFragmentType Modifier and Type Method Description ContextFragmentContextFragment. setType(ContextFragmentType type)Constructors in dev.vality.bouncer.ctx with parameters of type ContextFragmentType Constructor Description ContextFragment(ContextFragmentType type)