Uses of Class
Services.ResponseAnalyzer.StructuredObject
Packages that use StructuredObject
-
Uses of StructuredObject in Entity
Fields in Entity declared as StructuredObjectMethods in Entity that return StructuredObjectMethods in Entity with parameters of type StructuredObjectModifier and TypeMethodDescriptionvoidEdgeBodyJSON.setStructuredObject(StructuredObject structuredObject) Constructors in Entity with parameters of type StructuredObjectModifierConstructorDescriptionEdgeBodyJSON(boolean primitive, String name, MyNode from, MyNode to, AtomicObject atomicObject, StructuredObject s) EdgeBodyJSON(boolean primitive, String name, MyNode from, MyNode to, AtomicObject atomicObject, StructuredObject s, int index_from, int index_to) -
Uses of StructuredObject in Services.Dependencies
Methods in Services.Dependencies with parameters of type StructuredObjectModifier and TypeMethodDescriptionbooleanAtomicDependencyValidator.evaluate_atomic_dependencies(AtomicObject atomicObject, Object to_object, StructuredObject father, Request from) Evaluates atomic dependency between an atomic object and another object (Header, QueryParam, Param, Cookie).booleanAtomicDependencyValidator.evaluate_url_atomic_dep(AtomicObject atomicObject, Request request, String sub_path, StructuredObject father, String possible_name) Evaluates atomic dependency for a URL segment.booleanAtomicDependencyValidator.general_atomic_comparioson(AtomicObject atomicObject, String to_value, String to_name, StructuredObject father, Request request) General atomic comparison between an AtomicObject and a target value.