Class ServiceSchemaListSchema
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.apache.aries.jax.rs.rest.management.schema.ServiceSchemaListSchema
-
public class ServiceSchemaListSchema extends org.osgi.dto.DTO
-
-
Field Summary
Fields Modifier and Type Field Description List<ServiceSchema>
services
-
Constructor Summary
Constructors Constructor Description ServiceSchemaListSchema()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ServiceSchemaListSchema
build(List<ServiceSchema> services)
-
-
-
Field Detail
-
services
public List<ServiceSchema> services
-
-
Method Detail
-
build
public static ServiceSchemaListSchema build(List<ServiceSchema> services)
-
-