Uses of Interface
org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaExample
-
Packages that use ReadOnlyObjects.GHMetaExample Package Description org.kohsuke.github.example.dataobject -
-
Uses of ReadOnlyObjects.GHMetaExample in org.kohsuke.github.example.dataobject
Classes in org.kohsuke.github.example.dataobject that implement ReadOnlyObjects.GHMetaExample Modifier and Type Class Description static classReadOnlyObjects.GHMetaGettersFinalThis version uses only public getters and returns unmodifiable lists and has final fieldsstatic classReadOnlyObjects.GHMetaGettersFinalCreatorThis version uses only public getters and returns unmodifiable listsstatic classReadOnlyObjects.GHMetaGettersUnmodifiableThis version uses only public getters and returns unmodifiable lists.static classReadOnlyObjects.GHMetaPackageThis version uses public getters and shows that package or private setters both can be used by jackson.static classReadOnlyObjects.GHMetaPublicThis version uses public getters and setters and leaves it up to Jackson how it wants to fill them.
-