jar

com.blue-veery : spring-rest2ts-generator

Maven & Gradle

Aug 21, 2022
9 usages
65 stars

Typescript data model and services from rest generator for java spring. It supports generation for Angular and React

Table Of Contents

Latest Version

Download com.blue-veery : spring-rest2ts-generator JAR file - Latest Versions:

All Versions

Download com.blue-veery : spring-rest2ts-generator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x
1.4.x
1.3.x
1.2.x

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 spring-rest2ts-generator-1.5.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.blueveery.springrest2ts.extensions

├─ com.blueveery.springrest2ts.extensions.ConversionExtension.class - [JAR]

├─ com.blueveery.springrest2ts.extensions.Json5ModelSerializerExtension.class - [JAR]

├─ com.blueveery.springrest2ts.extensions.ModelConversionExtension.class - [JAR]

├─ com.blueveery.springrest2ts.extensions.ModelSerializerExtension.class - [JAR]

├─ com.blueveery.springrest2ts.extensions.RestConversionExtension.class - [JAR]

├─ com.blueveery.springrest2ts.extensions.StandardJsonSerializerExtension.class - [JAR]

com.blueveery.springrest2ts.tsmodel

├─ com.blueveery.springrest2ts.tsmodel.IAnnotated.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.ICommentedElement.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.IDecorated.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.ILiteral.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.INullableElement.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.ModuleExtensionType.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSArray.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSArrowFuncType.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSArrowFunctionLiteral.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSClass.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSComment.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSCommentSection.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSComplexElement.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSComplexTypeMember.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSDeclarationType.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSDecorator.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSElement.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSElementAlias.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSEnum.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSEnumConstant.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSField.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSFunction.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSImport.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSInterface.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSJsonLiteral.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSLiteral.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSLiteralArray.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSMap.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSMethod.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSModule.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSParameter.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSScopedElement.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSSimpleType.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSType.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSTypeLiteral.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSUnion.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.TSVariable.class - [JAR]

com.blueveery.springrest2ts.naming

├─ com.blueveery.springrest2ts.naming.ClassNameMapper.class - [JAR]

├─ com.blueveery.springrest2ts.naming.NoChangeClassNameMapper.class - [JAR]

├─ com.blueveery.springrest2ts.naming.SubstringClassNameMapper.class - [JAR]

com.blueveery.springrest2ts

├─ com.blueveery.springrest2ts.Rest2tsGenerator.class - [JAR]

com.blueveery.springrest2ts.filters

├─ com.blueveery.springrest2ts.filters.AndFilterOperator.class - [JAR]

├─ com.blueveery.springrest2ts.filters.ComplexFilterOperator.class - [JAR]

├─ com.blueveery.springrest2ts.filters.ContainsSubStringJavaTypeFilter.class - [JAR]

├─ com.blueveery.springrest2ts.filters.ExtendsJavaTypeFilter.class - [JAR]

├─ com.blueveery.springrest2ts.filters.HasAnnotationJavaTypeFilter.class - [JAR]

├─ com.blueveery.springrest2ts.filters.JavaTypeFilter.class - [JAR]

├─ com.blueveery.springrest2ts.filters.JavaTypePackageFilter.class - [JAR]

├─ com.blueveery.springrest2ts.filters.JavaTypeSetFilter.class - [JAR]

├─ com.blueveery.springrest2ts.filters.NotJavaTypeFilter.class - [JAR]

├─ com.blueveery.springrest2ts.filters.OrFilterOperator.class - [JAR]

├─ com.blueveery.springrest2ts.filters.RegexpJavaTypeFilter.class - [JAR]

├─ com.blueveery.springrest2ts.filters.RejectJavaTypeFilter.class - [JAR]

com.blueveery.springrest2ts.converters

├─ com.blueveery.springrest2ts.converters.ClassConverter.class - [JAR]

├─ com.blueveery.springrest2ts.converters.ComplexTypeConverter.class - [JAR]

├─ com.blueveery.springrest2ts.converters.ConfigurableTsModulesConverter.class - [JAR]

├─ com.blueveery.springrest2ts.converters.ConversionListener.class - [JAR]

├─ com.blueveery.springrest2ts.converters.DefaultNullableTypesStrategy.class - [JAR]

├─ com.blueveery.springrest2ts.converters.DispatcherConversionListener.class - [JAR]

├─ com.blueveery.springrest2ts.converters.JavaEnumToTsEnumConverter.class - [JAR]

├─ com.blueveery.springrest2ts.converters.JavaEnumToTsUnionConverter.class - [JAR]

├─ com.blueveery.springrest2ts.converters.JavaPackageToTsModuleConverter.class - [JAR]

├─ com.blueveery.springrest2ts.converters.MappingAction.class - [JAR]

├─ com.blueveery.springrest2ts.converters.ModelClassesAbstractConverter.class - [JAR]

├─ com.blueveery.springrest2ts.converters.ModelClassesToTsClassesConverter.class - [JAR]

├─ com.blueveery.springrest2ts.converters.ModelClassesToTsInterfacesConverter.class - [JAR]

├─ com.blueveery.springrest2ts.converters.NullableTypesStrategy.class - [JAR]

├─ com.blueveery.springrest2ts.converters.ObjectMapper.class - [JAR]

├─ com.blueveery.springrest2ts.converters.Property.class - [JAR]

├─ com.blueveery.springrest2ts.converters.RestClassConverter.class - [JAR]

├─ com.blueveery.springrest2ts.converters.TsModuleCreatorConverter.class - [JAR]

├─ com.blueveery.springrest2ts.converters.TypeMapper.class - [JAR]

com.blueveery.springrest2ts.implgens

├─ com.blueveery.springrest2ts.implgens.EmptyImplementationGenerator.class - [JAR]

├─ com.blueveery.springrest2ts.implgens.ImplementationGenerator.class - [JAR]

com.blueveery.springrest2ts.tsmodel.generics

├─ com.blueveery.springrest2ts.tsmodel.generics.IParameterizedWithActualTypes.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.generics.IParameterizedWithFormalTypes.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.generics.IParameterizedWithTypes.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.generics.TSClassReference.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.generics.TSFormalTypeParameter.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.generics.TSInterfaceReference.class - [JAR]

├─ com.blueveery.springrest2ts.tsmodel.generics.TSParameterizedTypeReference.class - [JAR]

Advertisement

Dependencies from Group

Aug 21, 2022
9 usages
65 stars
Aug 21, 2022
5 usages
65 stars
Aug 21, 2022
3 usages
63 stars
Aug 21, 2022
2 usages
65 stars
Mar 24, 2020
1 usages
64 stars

Discover Dependencies

Aug 16, 2021
7 usages
23 stars
Sep 14, 2022
1 usages
98 stars
Aug 27, 2020
1 usages
1 stars
Jan 11, 2022
7 usages
1k stars
Apr 08, 2021
34 usages
0 stars
Aug 21, 2017
4 usages
Mar 07, 2023
13 usages
May 21, 2021
2 usages
89 stars
May 08, 2018
16 usages
353 stars