jar

io.konga : konga-metadata

Maven & Gradle

Apr 18, 2016
0 stars

Konga Metadata Generator (For Java) · Konga Metadata is the Java Metadata Generator for Konga projects. It leverages an annotation framework along with a reflective JSON generator to get your metadata - defined within your model POJOs directly. See more about this project at http://konga.io/.

Table Of Contents

Latest Version

Download io.konga : konga-metadata JAR file - Latest Versions:

All Versions

Download io.konga : konga-metadata JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window konga-metadata-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.konga.metadata.serializers

├─ io.konga.metadata.serializers.KongaRefDeserializer.class - [JAR]

├─ io.konga.metadata.serializers.KongaRefSerializer.class - [JAR]

io.konga.metadata.definition.enumerations

├─ io.konga.metadata.definition.enumerations.AccessModes.class - [JAR]

├─ io.konga.metadata.definition.enumerations.DataTypes.class - [JAR]

├─ io.konga.metadata.definition.enumerations.FieldTypes.class - [JAR]

├─ io.konga.metadata.definition.enumerations.FormModes.class - [JAR]

├─ io.konga.metadata.definition.enumerations.FormStyles.class - [JAR]

├─ io.konga.metadata.definition.enumerations.FormTypes.class - [JAR]

├─ io.konga.metadata.definition.enumerations.Multiplicities.class - [JAR]

├─ io.konga.metadata.definition.enumerations.Stereotypes.class - [JAR]

├─ io.konga.metadata.definition.enumerations.TriggerMatches.class - [JAR]

├─ io.konga.metadata.definition.enumerations.TriggerMoments.class - [JAR]

├─ io.konga.metadata.definition.enumerations.TriggerTypes.class - [JAR]

├─ io.konga.metadata.definition.enumerations.ValidatorTypes.class - [JAR]

io.konga.metadata.definition

├─ io.konga.metadata.definition.ConfigurationParam.class - [JAR]

├─ io.konga.metadata.definition.DataType.class - [JAR]

├─ io.konga.metadata.definition.FieldSet.class - [JAR]

├─ io.konga.metadata.definition.FieldSetConfiguration.class - [JAR]

├─ io.konga.metadata.definition.FieldType.class - [JAR]

├─ io.konga.metadata.definition.KongaAction.class - [JAR]

├─ io.konga.metadata.definition.KongaConfiguration.class - [JAR]

├─ io.konga.metadata.definition.KongaConstants.class - [JAR]

├─ io.konga.metadata.definition.KongaDefinition.class - [JAR]

├─ io.konga.metadata.definition.KongaEntity.class - [JAR]

├─ io.konga.metadata.definition.KongaField.class - [JAR]

├─ io.konga.metadata.definition.KongaMetadata.class - [JAR]

├─ io.konga.metadata.definition.Linked.class - [JAR]

├─ io.konga.metadata.definition.Priority.class - [JAR]

├─ io.konga.metadata.definition.Role.class - [JAR]

├─ io.konga.metadata.definition.ScopedConfiguration.class - [JAR]

├─ io.konga.metadata.definition.SearchConf.class - [JAR]

├─ io.konga.metadata.definition.Security.class - [JAR]

├─ io.konga.metadata.definition.ShowConfiguration.class - [JAR]

├─ io.konga.metadata.definition.Trigger.class - [JAR]

├─ io.konga.metadata.definition.Validation.class - [JAR]

├─ io.konga.metadata.definition.Validator.class - [JAR]

io.konga.metadata.annotations

├─ io.konga.metadata.annotations.Access.class - [JAR]

├─ io.konga.metadata.annotations.Action.class - [JAR]

├─ io.konga.metadata.annotations.Actions.class - [JAR]

├─ io.konga.metadata.annotations.ApiName.class - [JAR]

├─ io.konga.metadata.annotations.ApiPath.class - [JAR]

├─ io.konga.metadata.annotations.Categories.class - [JAR]

├─ io.konga.metadata.annotations.Configuration.class - [JAR]

├─ io.konga.metadata.annotations.Createable.class - [JAR]

├─ io.konga.metadata.annotations.Defaults.class - [JAR]

├─ io.konga.metadata.annotations.Deleteable.class - [JAR]

├─ io.konga.metadata.annotations.Editable.class - [JAR]

├─ io.konga.metadata.annotations.Entity.class - [JAR]

├─ io.konga.metadata.annotations.EntityId.class - [JAR]

├─ io.konga.metadata.annotations.EntityKey.class - [JAR]

├─ io.konga.metadata.annotations.EntityLabel.class - [JAR]

├─ io.konga.metadata.annotations.EntityParent.class - [JAR]

├─ io.konga.metadata.annotations.Extends.class - [JAR]

├─ io.konga.metadata.annotations.Favoriteable.class - [JAR]

├─ io.konga.metadata.annotations.Field.class - [JAR]

├─ io.konga.metadata.annotations.FieldSet.class - [JAR]

├─ io.konga.metadata.annotations.FieldSets.class - [JAR]

├─ io.konga.metadata.annotations.FieldType.class - [JAR]

├─ io.konga.metadata.annotations.FormStyle.class - [JAR]

├─ io.konga.metadata.annotations.FormType.class - [JAR]

├─ io.konga.metadata.annotations.Hint.class - [JAR]

├─ io.konga.metadata.annotations.Label.class - [JAR]

├─ io.konga.metadata.annotations.Linked.class - [JAR]

├─ io.konga.metadata.annotations.MaxLength.class - [JAR]

├─ io.konga.metadata.annotations.MinLength.class - [JAR]

├─ io.konga.metadata.annotations.Multiplicity.class - [JAR]

├─ io.konga.metadata.annotations.OverrideDefaults.class - [JAR]

├─ io.konga.metadata.annotations.Permissions.class - [JAR]

├─ io.konga.metadata.annotations.Priority.class - [JAR]

├─ io.konga.metadata.annotations.QuickSearch.class - [JAR]

├─ io.konga.metadata.annotations.Raw.class - [JAR]

├─ io.konga.metadata.annotations.Required.class - [JAR]

├─ io.konga.metadata.annotations.ResultClick.class - [JAR]

├─ io.konga.metadata.annotations.Role.class - [JAR]

├─ io.konga.metadata.annotations.SearchConf.class - [JAR]

├─ io.konga.metadata.annotations.Searchable.class - [JAR]

├─ io.konga.metadata.annotations.ShortLabel.class - [JAR]

├─ io.konga.metadata.annotations.ShowInDetails.class - [JAR]

├─ io.konga.metadata.annotations.ShowInResults.class - [JAR]

├─ io.konga.metadata.annotations.ShowInUpdate.class - [JAR]

├─ io.konga.metadata.annotations.Sortable.class - [JAR]

├─ io.konga.metadata.annotations.Trigger.class - [JAR]

├─ io.konga.metadata.annotations.TriggerParam.class - [JAR]

├─ io.konga.metadata.annotations.Type.class - [JAR]

├─ io.konga.metadata.annotations.Unique.class - [JAR]

├─ io.konga.metadata.annotations.Validator.class - [JAR]

io.konga.metadata.generator

├─ io.konga.metadata.generator.KongaGenerator.class - [JAR]

├─ io.konga.metadata.generator.KongaJSONGenerator.class - [JAR]

├─ io.konga.metadata.generator.KongaRef.class - [JAR]

├─ io.konga.metadata.generator.SelfGenerator.class - [JAR]

Advertisement