Uses of Class
org.apache.juneau.commons.collections.FluentMap
Packages that use FluentMap
Package
Description
Marshalling API
Enhanced collection utilities that extend the standard Java Collections Framework with fluent APIs,
specialized collection types, and caching capabilities.
Comprehensive reflection utilities for working with classes, methods, fields, constructors,
and annotations in a more convenient and type-safe way than the standard Java reflection APIs.
Common internal utilities.
Configuration Support
Configuration Storage Support
Classpath Utilities
HTML Marshalling Support
HTTP Part Marshalling Support
JSON Marshalling Support
JSON-Schema Marshalling Support
MessagePack Marshalling Support
Parser API
REST Server API
REST Client API
REST Debug APIs
REST HTTP Parts
REST Logging API
REST Static Files Support
Method exec stats utilities
REST Server Utilities
Serializer API
SOAP/XML Marshalling Support
Simple Variable Language
UON Marshalling Support
URL-Encoding Marshalling Support
URL-Encoding Annotations
XML Marshalling Support
-
Uses of FluentMap in org.apache.juneau
Methods in org.apache.juneau that return FluentMapModifier and TypeMethodDescriptionBeanContext.properties()BeanContextable.properties()BeanMeta.properties()BeanPropertyMeta.properties()BeanPropertyValue.properties()BeanRegistry.properties()BeanSession.properties()BeanTraverseContext.properties()BeanTraverseSession.properties()Context.properties()Returns the properties on this bean as a map for debugging.ContextSession.properties()Returns the properties on this bean as a map for debugging.UriContext.properties() -
Uses of FluentMap in org.apache.juneau.commons.collections
Methods in org.apache.juneau.commons.collections that return FluentMapModifier and TypeMethodDescriptionAdds a single key-value pair to this map.Adds all entries from the specified map to this map.Adds a key-value pair to this map if the specified boolean condition istrue .Adds a key-value pair to this map if the specified predicate returnstrue when applied to the value.Maps.buildFluent()Builds the map and wraps it in aFluentMap.HashKey.properties() -
Uses of FluentMap in org.apache.juneau.commons.reflect
Methods in org.apache.juneau.commons.reflect that return FluentMapModifier and TypeMethodDescriptionAnnotationInfo.properties()Converts this annotation info to a map representation for debugging purposes.ReflectionMap.properties() -
Uses of FluentMap in org.apache.juneau.commons.utils
Methods in org.apache.juneau.commons.utils that return FluentMap -
Uses of FluentMap in org.apache.juneau.config
Methods in org.apache.juneau.config that return FluentMap -
Uses of FluentMap in org.apache.juneau.config.store
Methods in org.apache.juneau.config.store that return FluentMap -
Uses of FluentMap in org.apache.juneau.cp
Methods in org.apache.juneau.cp that return FluentMapModifier and TypeMethodDescriptionBasicFileFinder.properties()BeanStore.properties()Messages.properties() -
Uses of FluentMap in org.apache.juneau.html
Methods in org.apache.juneau.html that return FluentMapModifier and TypeMethodDescriptionHtmlDocSerializer.properties()HtmlDocSerializerSession.properties()HtmlSchemaSerializer.properties()HtmlSerializer.properties() -
Uses of FluentMap in org.apache.juneau.httppart
Methods in org.apache.juneau.httppart that return FluentMap -
Uses of FluentMap in org.apache.juneau.json
Methods in org.apache.juneau.json that return FluentMap -
Uses of FluentMap in org.apache.juneau.jsonschema
Methods in org.apache.juneau.jsonschema that return FluentMap -
Uses of FluentMap in org.apache.juneau.msgpack
Methods in org.apache.juneau.msgpack that return FluentMap -
Uses of FluentMap in org.apache.juneau.parser
Methods in org.apache.juneau.parser that return FluentMapModifier and TypeMethodDescriptionInputStreamParser.properties()Parser.properties()ParserSession.properties()ReaderParser.properties()ReaderParserSession.properties() -
Uses of FluentMap in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return FluentMapModifier and TypeMethodDescriptionRestContext.properties()RestOpContext.properties()RestOpSession.properties()RestSession.properties() -
Uses of FluentMap in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client that return FluentMap -
Uses of FluentMap in org.apache.juneau.rest.debug
Methods in org.apache.juneau.rest.debug that return FluentMap -
Uses of FluentMap in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return FluentMapModifier and TypeMethodDescriptionRequestAttributes.properties()RequestFormParams.properties()RequestHeaders.properties()RequestPathParams.properties()RequestQueryParams.properties() -
Uses of FluentMap in org.apache.juneau.rest.logger
Methods in org.apache.juneau.rest.logger that return FluentMap -
Uses of FluentMap in org.apache.juneau.rest.staticfile
Methods in org.apache.juneau.rest.staticfile that return FluentMap -
Uses of FluentMap in org.apache.juneau.rest.stats
Methods in org.apache.juneau.rest.stats that return FluentMap -
Uses of FluentMap in org.apache.juneau.rest.util
Methods in org.apache.juneau.rest.util that return FluentMap -
Uses of FluentMap in org.apache.juneau.serializer
Methods in org.apache.juneau.serializer that return FluentMapModifier and TypeMethodDescriptionOutputStreamSerializer.properties()Serializer.properties()SerializerSession.properties()WriterSerializer.properties()WriterSerializerSession.properties() -
Uses of FluentMap in org.apache.juneau.soap
Methods in org.apache.juneau.soap that return FluentMap -
Uses of FluentMap in org.apache.juneau.svl
Methods in org.apache.juneau.svl that return FluentMap -
Uses of FluentMap in org.apache.juneau.uon
Methods in org.apache.juneau.uon that return FluentMapModifier and TypeMethodDescriptionUonParser.properties()UonParserSession.properties()UonSerializer.properties() -
Uses of FluentMap in org.apache.juneau.urlencoding
Methods in org.apache.juneau.urlencoding that return FluentMapModifier and TypeMethodDescriptionUrlEncodingParser.properties()UrlEncodingSerializer.properties() -
Uses of FluentMap in org.apache.juneau.utils
Methods in org.apache.juneau.utils that return FluentMap -
Uses of FluentMap in org.apache.juneau.xml
Methods in org.apache.juneau.xml that return FluentMap