public class LocationTransformer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LocationTransformer.LocationDetailLevel |
Constructor and Description |
---|
LocationTransformer() |
Modifier and Type | Method and Description |
---|---|
static LocationSummary |
newInstance(LocationDefinition l,
javax.ws.rs.core.UriBuilder ub)
Deprecated.
since 0.7.0 use method taking management context and detail specifier
|
static LocationSummary |
newInstance(ManagementContext mgmt,
LocationDefinition ld,
LocationTransformer.LocationDetailLevel level,
javax.ws.rs.core.UriBuilder ub) |
static LocationSummary |
newInstance(ManagementContext mgmt,
Location l,
LocationTransformer.LocationDetailLevel level,
javax.ws.rs.core.UriBuilder ub) |
static LocationSummary |
newInstance(ManagementContext mgmt,
java.lang.String id,
LocationSpec locationSpec,
LocationTransformer.LocationDetailLevel level,
javax.ws.rs.core.UriBuilder ub) |
static LocationSummary |
newInstance(java.lang.String id,
LocationSpec locationSpec,
javax.ws.rs.core.UriBuilder ub)
Deprecated.
since 0.7.0 use method taking management context and detail specifier
|
@Deprecated public static LocationSummary newInstance(java.lang.String id, LocationSpec locationSpec, javax.ws.rs.core.UriBuilder ub)
public static LocationSummary newInstance(ManagementContext mgmt, java.lang.String id, LocationSpec locationSpec, LocationTransformer.LocationDetailLevel level, javax.ws.rs.core.UriBuilder ub)
@Deprecated public static LocationSummary newInstance(LocationDefinition l, javax.ws.rs.core.UriBuilder ub)
public static LocationSummary newInstance(ManagementContext mgmt, LocationDefinition ld, LocationTransformer.LocationDetailLevel level, javax.ws.rs.core.UriBuilder ub)
public static LocationSummary newInstance(ManagementContext mgmt, Location l, LocationTransformer.LocationDetailLevel level, javax.ws.rs.core.UriBuilder ub)