All Downloads are FREE. Search and download functionalities are using the official Maven repository.

functions.JSONAlias.ext Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
extension java::GeneratorCommons;
extension functions::Class;

cached boolean isJSONAlias(uml::Element element) :
  element.isStereotypeApplied("JSONAlias");
  
cached JMM::JSONAlias asJSONAlias(uml::Element element):
    (JMM::JSONAlias) element;
    
cached boolean hasAddToJSONProperty(uml::Class class):
    !class.getAllPropertiesFromHierarchy().select(e|e.isJSONAlias()).isEmpty;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy