exports

Results 5 issues of exports

Hi there! Recently I'm trying to switch my MapStruct based bean mappers to JMapper, and I'm just wondering how can I set factories for object like the `@ObjectFactory ` do...

In katharsis validation module, when a jpa entity fails in validation, the [ConstraintViolationExceptionMapper.java](https://github.com/katharsis-project/katharsis-framework/blob/katharsis-build-3.0.1/katharsis-validation/src/main/java/io/katharsis/validation/internal/ConstraintViolationExceptionMapper.java) is invoked, and it tries to get the entity info with `resourceRegistry.findEntry(clazz)`. However this exception mapper is...

bug

I try to set the resource type for a jpa entity with `@JsonApiResource` in katharsis-jpa, but it does not work.

It looks like we could set the global naming strategy for attributes with jackson's PropertyNamingStrategy, but for each resource type we have to set its type name explicity if we...

For example, I have a many-to-many relationship, and I want to get users that have specific tag id, I tried with `?filter[tags][id]=id` but it's not working. ``` class User {...