public interface ClassParser
| Modifier and Type | Method and Description |
|---|---|
Collection<Type> |
parentClasses(Class<?> sourceClass)
Returns a a non-null list of supertypes (that will become RAML super types) of the parsed class.
|
List<Property> |
properties(Class<?> sourceClass)
Returns a non-null list of property objects representing the properties of the
parsed class.
|
List<Property> properties(Class<?> sourceClass)
sourceClass - the class being parsedCollection<Type> parentClasses(Class<?> sourceClass)
sourceClass - the class being parsedCopyright © 2019 Mulesoft. All rights reserved.