Package org.meeuw.jaxbdocumentation
Class UpdateTypes
- java.lang.Object
-
- org.meeuw.jaxbdocumentation.UpdateTypes
-
- All Implemented Interfaces:
Supplier<Transformer>
public class UpdateTypes extends Object implements Supplier<Transformer>
This is a similar toolDocumentationAdder, the idea here is that the types in by jaxb XSD are sometimes not perferct.E.g. it misses
Patternto add a pattern on the type.TODO: This is unfinished, and not working yet.
- Since:
- 0.4
- Author:
- Michiel Meeuwissen
-
-
Constructor Summary
Constructors Constructor Description UpdateTypes(Class<?>... classes)
-
-
-
Constructor Detail
-
UpdateTypes
public UpdateTypes(Class<?>... classes)
-
-
Method Detail
-
get
public Transformer get()
- Specified by:
getin interfaceSupplier<Transformer>
-
-