Package com.atlassian.confluence.api.model.reference


package com.atlassian.confluence.api.model.reference
  • Class
    Description
    A wrapper around ImmutableList builder that produces immutable lists if elements are added to the builder or a collapsed list otherwise.
    A marker interface indicating an object is a placeholder for properties in our model that have not been expanded.
    Attempting to access a property of a collapsed object should throw an exception, indicating that it was not in the original request.
    A map with the RestEnrichable annotation, indicating that this map should be converted to a RestEntity and enriched by the REST stack.
    An expanded reference has a value, call get() will return that referent value.
    Assists in building fields that may be either a list of items or an explicit CollapsedList.
    A Map builder for CollapsedMap and EnrichableMap instances.
    A reference to a model object.